X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=580cb270539657347a93c6853ab5c01565ef8ac6;hb=921571c19bf4a7fcea666aa70744a02fe108d11a;hp=8a1cc1c9c358d5e87d1d30c11def5f6e78e2c74a;hpb=8bcfac93a8586c12661427187ba8147dacc28c5b;p=akkoma diff --git a/.credo.exs b/.credo.exs index 8a1cc1c9c..580cb2705 100644 --- a/.credo.exs +++ b/.credo.exs @@ -19,7 +19,7 @@ # # You can give explicit globs or simply directories. # In the latter case `**/*.{ex,exs}` will be used. - included: ["lib/", "src/", "web/", "apps/"], + included: ["lib/", "src/", "web/", "apps/", "test/"], excluded: [~r"/_build/", ~r"/deps/"] }, # @@ -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},