diff options
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 |