We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44b7c0 commit 02152efCopy full SHA for 02152ef
1 file changed
.credo.exs
@@ -57,6 +57,7 @@
57
{Credo.Check.Design.DuplicatedCode, excluded_macros: []},
58
{Credo.Check.Design.TagTODO, exit_status: 2},
59
{Credo.Check.Design.TagFIXME},
60
+ {Credo.Check.Design.AliasUsage, false},
61
62
{Credo.Check.Readability.FunctionNames},
63
{Credo.Check.Readability.LargeNumbers},
0 commit comments