Skip to content

Instantly share code, notes, and snippets.

@shamil614
Last active November 11, 2015 16:06
Show Gist options
  • Save shamil614/f6cef0fcde4f1455775b to your computer and use it in GitHub Desktop.
Save shamil614/f6cef0fcde4f1455775b to your computer and use it in GitHub Desktop.
Override Dogma LineLength
# Keep your sanity by making a simple change to Dogma config.
# Known to be compatible with v0.0.11
# Override the default 80 for max_length and set it to 120
config :dogma,
rule_set: Dogma.RuleSet.All,
override: %{ LineLength => [ max_length: 120 ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment