projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcd091
)
.credo.exs: Clear removed tests
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Tue, 5 Mar 2019 01:38:42 +0000
(
02:38
+0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Wed, 13 Mar 2019 03:17:30 +0000
(
04:17
+0100)
.credo.exs
patch
|
blob
|
history
diff --git
a/.credo.exs
b/.credo.exs
index 947280f56c37ba30b6352f796d2796c1977d4b62..620b4abddbdd99146e3ae1d1d4aee3daf0a2ee2c 100644
(file)
--- a/
.credo.exs
+++ b/
.credo.exs
@@
-126,10
+126,6
@@
# Deprecated checks (these will be deleted after a grace period)
{Credo.Check.Readability.Specs, false},
- {Credo.Check.Warning.NameRedeclarationByAssignment, false},
- {Credo.Check.Warning.NameRedeclarationByCase, false},
- {Credo.Check.Warning.NameRedeclarationByDef, false},
- {Credo.Check.Warning.NameRedeclarationByFn, false},
# Custom checks can be created using `mix credo.gen.check`.
#