Skip to content

Instantly share code, notes, and snippets.

@jfacorro
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfacorro/607d247fb829eddf80fc to your computer and use it in GitHub Desktop.
Save jfacorro/607d247fb829eddf80fc to your computer and use it in GitHub Desktop.
Elvis Config
Config = [#{dirs => ["src"],
filter => "tt_important_stuff.erl",
rules => [{elvis_style, line_length, [80]},
{elvis_style, no_tabs, []},
{elvis_style, macro_names, []},
{elvis_style, macro_module_names, []}
%% more rules...
]
}],
elvis:rock(Config).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment