summaryrefslogtreecommitdiff
path: root/.credo.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-03 18:44:18 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-02-09 14:59:20 +0100
commit8bcfac93a8586c12661427187ba8147dacc28c5b (patch)
tree7636e7bb20bbd22618a82ba5394c27c9a6864c8e /.credo.exs
parentc5f8df08a724763398e2962a2ef378a4f00067a3 (diff)
Make credo happy
Diffstat (limited to '.credo.exs')
-rw-r--r--.credo.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.credo.exs b/.credo.exs
index b1f2a6164..8a1cc1c9c 100644
--- a/.credo.exs
+++ b/.credo.exs
@@ -57,7 +57,7 @@
# For some checks, like AliasUsage, you can only customize the priority
# Priority values are: `low, normal, high, higher`
- {Credo.Check.Design.AliasUsage, priority: :low},
+ {Credo.Check.Design.AliasUsage, priority: :low, if_called_more_often_than: 3},
# For others you can set parameters