1.0.0
[1.0.0] - 2021-03-16
Breaking changes
Filter
include the set of rules in which it is applied.RuleConfig
only containsrule_mode
andrisk_value
now.- Removes old whitelisting methods in favour of Filters
- Rename
RuleMode.WHITELISTED
toRuleMode.ALLOWED
, and allwhitelist
word in strings. - Add debug flag to
Filter
class.
Improvements
- Implements
pluggy
https://github.com/pytest-dev/pluggy to enable dynamic rule loading. - Add support to load filters from external files