Skip to content

Commit

Permalink
updated check parameter reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SFJohnson24 committed Oct 8, 2024
1 parent 419703c commit 82ebb09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/check_parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

## name

## negative

Boolean. Used with the `invalid_duration` operator to specify whether negative durations should be considered valid (True) or invalid (False).

```yaml
- name: "BRTHDTC"
operator: "invalid_duration"
negative: False
```
In this example, the rule will flag any negative durations in the DURVAR variable as invalid. If `negative` were set to `true`, negative durations would be considered valid and not raise issues.


## operator

## order
Expand Down

0 comments on commit 82ebb09

Please sign in to comment.