Skip to content

Commit 377c873

Browse files
committed
Removed credo check
1 parent f48c3df commit 377c873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.credo.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
#
119119
## Refactoring Opportunities
120120
#
121-
{Credo.Check.Refactor.Apply, []},
121+
# {Credo.Check.Refactor.Apply, []},
122122
{Credo.Check.Refactor.CondStatements, []},
123123
{Credo.Check.Refactor.CyclomaticComplexity, [max_complexity: 12]},
124124
{Credo.Check.Refactor.FunctionArity, []},

0 commit comments

Comments
 (0)