diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-03 18:44:18 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-09 14:59:20 +0100 |
commit | 8bcfac93a8586c12661427187ba8147dacc28c5b (patch) | |
tree | 7636e7bb20bbd22618a82ba5394c27c9a6864c8e /.credo.exs | |
parent | c5f8df08a724763398e2962a2ef378a4f00067a3 (diff) | |
download | pleroma-8bcfac93a8586c12661427187ba8147dacc28c5b.tar.gz pleroma-8bcfac93a8586c12661427187ba8147dacc28c5b.zip |
Make credo happy
Diffstat (limited to '.credo.exs')
-rw-r--r-- | .credo.exs | 2 |
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 |