Make credo happy
[akkoma] / .credo.exs
index b1f2a6164a6007e3c4406be0ec5b0eff3caa1f46..8a1cc1c9c358d5e87d1d30c11def5f6e78e2c74a 100644 (file)
@@ -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