Dogma.Rules
Responsible for running of the appropriate rule set on a given set of scripts with the appropriate configuration.
Summary
selected_set() | Returns currently selected rule set, as specified in the mix config |
test(scripts, formatter) | Runs the rules in the current rule set on the given scripts |
Functions
Returns currently selected rule set, as specified in the mix config.
Defaults to Dogma.RuleSet.All
Runs the rules in the current rule set on the given scripts.