Dogma.Rules

Responsible for running of the appropriate rule set on a given set of scripts with the appropriate configuration.

Source

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

selected_set()

Returns currently selected rule set, as specified in the mix config.

Defaults to Dogma.RuleSet.All

Source
test(scripts, formatter)

Runs the rules in the current rule set on the given scripts.

Source