Skip to content

Commit

Permalink
Ignore mix tasks in credo.
Browse files Browse the repository at this point in the history
  • Loading branch information
connor rigby committed Dec 19, 2017
1 parent c6eaefc commit cff5257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Expand Up @@ -22,7 +22,7 @@
# In the latter case `**/*.{ex,exs}` will be used.
#
included: ["lib/", "src/"],
excluded: [~r"/_build/", ~r"/deps/", ~r"/nerves"]
excluded: [~r"/_build/", ~r"/deps/", ~r"/nerves", ~r"/lib/mix"]
},
#
# If you create your own checks, you must specify the source files for
Expand Down
9 changes: 5 additions & 4 deletions coveralls.json
@@ -1,6 +1,7 @@
{
"skip_files": [
"test/support",
"nerves/"
]
"skip_files": [
"test/support",
"nerves/",
"lib/mix/"
]
}

0 comments on commit cff5257

Please sign in to comment.