summaryrefslogtreecommitdiff
path: root/.credo.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-08 17:18:44 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-09 14:59:21 +0100
commit2272934a5e5d5f2d0319381bd2f4dc322da78e18 (patch)
tree47de10a75bf5b864939029fb25b564bcc1c2deb1 /.credo.exs
parentd2e4eb7c748c918b1e9e7133fef4c1b84cf66755 (diff)
Stash
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},