projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c4935
)
.credo.exs: Add test directory as well
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Sun, 10 Feb 2019 21:56:47 +0000
(22:56 +0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Sun, 10 Feb 2019 21:56:47 +0000
(22:56 +0100)
.credo.exs
patch
|
blob
|
history
diff --git
a/.credo.exs
b/.credo.exs
index 94e19c4b5b0710298bbab058f924004a25185d13..580cb270539657347a93c6853ab5c01565ef8ac6 100644
(file)
--- 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/"]
},
#