summaryrefslogtreecommitdiff
path: root/.credo.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-10 22:56:47 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-10 22:56:47 +0100
commit89b6f255b4f3732182bd7b167c95fa87ccc31d33 (patch)
treeda74399164dba2d6523d609939cab099ade401dd /.credo.exs
parent06c4935c11fc58f5ede18706bc46dcc502e64052 (diff)
.credo.exs: Add test directory as well
Diffstat (limited to '.credo.exs')
-rw-r--r--.credo.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.credo.exs b/.credo.exs
index 94e19c4b5..580cb2705 100644
--- a/.credo.exs
+++ b/.credo.exs
@@ -19,7 +19,7 @@
#
# You can give explicit globs or simply directories.
# In the latter case `**/*.{ex,exs}` will be used.
- included: ["lib/", "src/", "web/", "apps/"],
+ included: ["lib/", "src/", "web/", "apps/", "test/"],
excluded: [~r"/_build/", ~r"/deps/"]
},
#