Skip to content

Instantly share code, notes, and snippets.

@domnikl
Created April 7, 2018 15:06
Show Gist options
  • Save domnikl/e4379e431dd4830a7e49474bdbc84a80 to your computer and use it in GitHub Desktop.
Save domnikl/e4379e431dd4830a7e49474bdbc84a80 to your computer and use it in GitHub Desktop.
mix ensure_consistency
def aliases do
[
"ensure_consistency": ["test", "dialyzer", "credo --strict", "inch", "coveralls"]
]
end
def project do
[
app: :belief_structure,
aliases: aliases(),
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment