Skip to content

Commit

Permalink
Fix wrong category for double-negative rule (StyraInc#652)
Browse files Browse the repository at this point in the history
Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored and srenatus committed Oct 1, 2024
1 parent d53caf9 commit 021c4f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/style/double-negative.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Summary**: Avoid double negatives

**Category**: Community
**Category**: Style

**Avoid**
```rego
Expand Down Expand Up @@ -50,7 +50,7 @@ This linter rule provides the following configuration options:

```yaml
rules:
community:
style:
double-negative:
# one of "error", "warning", "ignore"
level: error
Expand Down

0 comments on commit 021c4f3

Please sign in to comment.