Dogma.Rules.LineLength
A rule that disallows lines longer than X characters in length (defaults to 80).
This rule can be configured with the max_length option, which allows you to
specify your own line max character count.
Summary
| test(script) | Callback implementation for |
| test(script, list2) | Callback implementation for |
Functions
Callback implementation for Dogma.Rule.test/1.
Callback implementation for Dogma.Rule.test/2.