|
|
|
@ -81,7 +81,9 @@
|
|
|
|
|
{Credo.Check.Readability.ParenthesesOnZeroArityDefs},
|
|
|
|
|
{Credo.Check.Readability.ParenthesesInCondition},
|
|
|
|
|
{Credo.Check.Readability.PredicateFunctionNames},
|
|
|
|
|
{Credo.Check.Readability.PreferImplicitTry},
|
|
|
|
|
# lanodan: I think PreferImplicitTry should be consistency, and the behaviour seems
|
|
|
|
|
# inconsistent, see: https://github.com/rrrene/credo/issues/224
|
|
|
|
|
{Credo.Check.Readability.PreferImplicitTry, false},
|
|
|
|
|
{Credo.Check.Readability.RedundantBlankLines},
|
|
|
|
|
{Credo.Check.Readability.StringSigils},
|
|
|
|
|
{Credo.Check.Readability.TrailingBlankLine},
|
|
|
|
|