X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=620b4abddbdd99146e3ae1d1d4aee3daf0a2ee2c;hb=a3a9cec4835738216800d2cebd295fb8dbf10f34;hp=580cb270539657347a93c6853ab5c01565ef8ac6;hpb=04b1c135543965860029557fc216eb38fd63b6c7;p=akkoma diff --git a/.credo.exs b/.credo.exs index 580cb2705..620b4abdd 100644 --- a/.credo.exs +++ b/.credo.exs @@ -69,8 +69,8 @@ # You can also customize the exit_status of each check. # If you don't want TODO comments to cause `mix credo` to fail, just # set this value to 0 (zero). - {Credo.Check.Design.TagTODO, exit_status: 2}, - {Credo.Check.Design.TagFIXME}, + {Credo.Check.Design.TagTODO, exit_status: 0}, + {Credo.Check.Design.TagFIXME, exit_status: 0}, {Credo.Check.Readability.FunctionNames}, {Credo.Check.Readability.LargeNumbers}, @@ -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`. #