Skip to content

Commit

Permalink
Removed credo check
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Feb 19, 2024
1 parent f48c3df commit 377c873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
#
## Refactoring Opportunities
#
{Credo.Check.Refactor.Apply, []},
# {Credo.Check.Refactor.Apply, []},
{Credo.Check.Refactor.CondStatements, []},
{Credo.Check.Refactor.CyclomaticComplexity, [max_complexity: 12]},
{Credo.Check.Refactor.FunctionArity, []},
Expand Down

0 comments on commit 377c873

Please # to comment.