Skip to content

Commit

Permalink
Cyclomatic is not important
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Sep 5, 2024
1 parent 034d2b2 commit 5f3589c
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 @@ -28,7 +28,7 @@ common_checks = [
{Credo.Check.Refactor.MapInto, false},
{Credo.Check.Refactor.MatchInCondition},
{Credo.Check.Refactor.PipeChainStart, excluded_argument_types: ~w(atom binary fn keyword)a, excluded_functions: ~w(from)},
{Credo.Check.Refactor.CyclomaticComplexity, max_complexity: 10},
{Credo.Check.Refactor.CyclomaticComplexity, max_complexity: 12},
{Credo.Check.Refactor.NegatedConditionsInUnless},
{Credo.Check.Refactor.NegatedConditionsWithElse},
{Credo.Check.Refactor.Nesting},
Expand Down

0 comments on commit 5f3589c

Please sign in to comment.