Dogma.Rule.HardTabs

Requires that all indentation is done using spaces rather than hard tabs.

So the following would be invalid:

def something do
\t:body # this line starts with a tab, not spaces
end
Source

Summary

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2

Functions

test(script, list2 \\ [])

Callback implementation for Dogma.Rule.test/2.

Source