X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=94e19c4b5b0710298bbab058f924004a25185d13;hb=2272934a5e5d5f2d0319381bd2f4dc322da78e18;hp=8a1cc1c9c358d5e87d1d30c11def5f6e78e2c74a;hpb=d2e4eb7c748c918b1e9e7133fef4c1b84cf66755;p=akkoma diff --git a/.credo.exs b/.credo.exs index 8a1cc1c9c..94e19c4b5 100644 --- a/.credo.exs +++ b/.credo.exs @@ -104,7 +104,8 @@ {Credo.Check.Warning.BoolOperationOnSameValues}, {Credo.Check.Warning.IExPry}, {Credo.Check.Warning.IoInspect}, - {Credo.Check.Warning.LazyLogging}, + # Got too much of them, not sure if relevant + {Credo.Check.Warning.LazyLogging, false}, {Credo.Check.Warning.OperationOnSameValues}, {Credo.Check.Warning.OperationWithConstantResult}, {Credo.Check.Warning.UnusedEnumOperation},