Created
April 7, 2018 15:06
-
-
Save domnikl/e4379e431dd4830a7e49474bdbc84a80 to your computer and use it in GitHub Desktop.
mix ensure_consistency
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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