X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.credo.exs;h=46d45d015716267a6ee5c224afe9c2db9d34681d;hb=5ebffd5224729413e53a55ddda9a1f86224d7d73;hp=620b4abddbdd99146e3ae1d1d4aee3daf0a2ee2c;hpb=1d373d91f39d5adc83254ba3f879fdb8c6842e0d;p=akkoma diff --git a/.credo.exs b/.credo.exs index 620b4abdd..46d45d015 100644 --- a/.credo.exs +++ b/.credo.exs @@ -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},