Dogma.Rule.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.

Source

Summary

test(script)

Callback implementation for Dogma.Rule.test/1

test(script, list2)

Callback implementation for Dogma.Rule.test/2

Functions

test(script)

Callback implementation for Dogma.Rule.test/1.

Source
test(script, list2)

Callback implementation for Dogma.Rule.test/2.

Source