You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
ParentRuleSet -> local RuleSet (change how inheriting works?)
Declare Checker and provide multiple locations (different classes with different checks?)
Especially for bigger projects, where multiple subprojects might inherit from the same parent ruleset, the local ruleset will overwrite rules that are defined multiple times. Instead of overwriting, merging might be the more intuitive approach here. Additionally, per checker, multiple configurations should be allowed and configurable (extend XML).
Thoughts:
Especially for bigger projects, where multiple subprojects might inherit from the same parent ruleset, the local ruleset will overwrite rules that are defined multiple times. Instead of overwriting, merging might be the more intuitive approach here. Additionally, per checker, multiple configurations should be allowed and configurable (extend XML).
Thoughts? @fkoehne @sebastiansirch @cl-a-us