Skip to content

Commit 1a16f9f

Browse files
committed
Increase credo's max nesting threshold from 2 to 3 because this is bs
1 parent ac26f1b commit 1a16f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.credo.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
{Credo.Check.Refactor.FilterFilter, []},
135135
{Credo.Check.Refactor.RejectReject, []},
136136
{Credo.Check.Refactor.RedundantWithClauseResult, []},
137+
{Credo.Check.Refactor.Nesting, [max_nesting: 3]},
137138

138139
#
139140
## Warnings

0 commit comments

Comments
 (0)