Skip to content

Commit

Permalink
Edit Credo config: Support ESpec, force strict mode, use color
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlindholm committed Oct 10, 2017
1 parent fb088d1 commit e8aeff7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
%{
name: "default",
files: %{
included: ["lib/", "src/", "web/", "apps/", "test/"],
included: ["lib/", "src/", "web/", "apps/", "test/", "spec/"],
excluded: [~r"/_build/", ~r"/deps/"]
},
requires: [],
strict: true,
color: true,
check_for_updates: false,
#
# You can customize the parameters of any check by adding a second element
Expand Down

0 comments on commit e8aeff7

Please sign in to comment.