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 ac26f1b commit 1a16f9fCopy full SHA for 1a16f9f
1 file changed
.credo.exs
@@ -134,6 +134,7 @@
134
{Credo.Check.Refactor.FilterFilter, []},
135
{Credo.Check.Refactor.RejectReject, []},
136
{Credo.Check.Refactor.RedundantWithClauseResult, []},
137
+ {Credo.Check.Refactor.Nesting, [max_nesting: 3]},
138
139
#
140
## Warnings
0 commit comments