From: Haelwenn (lanodan) Monnier Date: Tue, 5 Mar 2019 01:38:42 +0000 (+0100) Subject: .credo.exs: Clear removed tests X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=1d373d91f39d5adc83254ba3f879fdb8c6842e0d;p=akkoma .credo.exs: Clear removed tests --- 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`. #