X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=94e19c4b5b0710298bbab058f924004a25185d13;hb=305d2194136d4560e02c110d528164034d3727b2;hp=8a1cc1c9c358d5e87d1d30c11def5f6e78e2c74a;hpb=8bcfac93a8586c12661427187ba8147dacc28c5b;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},