summaryrefslogtreecommitdiff
path: root/.credo.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-05 02:38:42 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-13 04:17:30 +0100
commit1d373d91f39d5adc83254ba3f879fdb8c6842e0d (patch)
tree49d82f3b91b5983e34e3edbd1d486fcd7804ee53 /.credo.exs
parentddcd0910d32c157f4d89c51bc40c85a79c799692 (diff)
.credo.exs: Clear removed tests
Diffstat (limited to '.credo.exs')
-rw-r--r--.credo.exs4
1 files changed, 0 insertions, 4 deletions
diff --git a/.credo.exs b/.credo.exs
index 947280f56..620b4abdd 100644
--- 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`.
#