Idea: fail the integration test for RuleSet if not all rules defined in it were used #7741
keradus started this conversation in Feature ideas
Replies: 2 comments
-
cool idea actually i have own linter, and I use it: https://github.com/dozer111/projectlinter-cli/blob/master/linter/united-core/php/application/linter_test.go it is very helpful to ensure that all the expected rules are executed |
Beta Was this translation helpful? Give feedback.
0 replies
-
@keradus if I understand the idea correctly, you would like to ensure that integration test for specific rule set contains all the require snippets that trigger each of the included rule? What about rules inherited from other rulesets included in the tested rule set? Probably #7264 can help here, so we can require only snippets for rules defined directly in the tested ruleset 🙂. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea: fail the integration test for RuleSet if not all rules defined in it were used
Beta Was this translation helpful? Give feedback.
All reactions