We have a bunch of inline ignores for the rule-length linter in our tests, as we want to test that the data output from rules is in the expected format. This isn't really composable, and introducing helper rules would not improve readability. It would this be good if it was possible to set the rule-length max value separately for _test policies.
We have a bunch of inline ignores for the rule-length linter in our tests, as we want to test that the data output from rules is in the expected format. This isn't really composable, and introducing helper rules would not improve readability. It would this be good if it was possible to set the rule-length max value separately for
_test
policies.