Skip to content

Commit

Permalink
Update rule counter
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 27, 2022
1 parent e6a96c5 commit d06806b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rules_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ def test_rules_id_format() -> None:
rule.help != "" or rule.description or rule.__doc__
), f"Rule {rule.id} must have at least one of: .help, .description, .__doc__"
assert "yaml" in keys, "yaml rule is missing"
assert len(rules) == 47 # update this number when adding new rules!
assert len(rules) == 48 # update this number when adding new rules!
assert len(keys) == len(rules), "Duplicate rule ids?"

0 comments on commit d06806b

Please sign in to comment.