.credo.exs: Clear removed tests

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-05 02:38:42 +01:00
parent ddcd0910d3
commit 1d373d91f3
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 0 additions and 4 deletions

View File

@ -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`.
#