summaryrefslogtreecommitdiff
path: root/.credo.exs
diff options
context:
space:
mode:
Diffstat (limited to '.credo.exs')
-rw-r--r--.credo.exs3
1 files changed, 2 insertions, 1 deletions
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},