|
32 | 32 | {Credo.Check.Consistency.TabsOrSpaces, []}, |
33 | 33 |
|
34 | 34 | ## Design Checks |
35 | | - {Credo.Check.Design.AliasUsage, |
36 | | - [priority: :low, exit_status: 0, if_nested_deeper_than: 2, if_called_more_often_than: 3]}, |
| 35 | + {Credo.Check.Design.AliasUsage, false}, |
37 | 36 | {Credo.Check.Design.TagFIXME, []}, |
38 | 37 | {Credo.Check.Design.TagTODO, [exit_status: 0]}, |
39 | 38 |
|
|
49 | 48 | {Credo.Check.Readability.ParenthesesOnZeroArityDefs, []}, |
50 | 49 | {Credo.Check.Readability.PipeIntoAnonymousFunctions, []}, |
51 | 50 | {Credo.Check.Readability.PredicateFunctionNames, []}, |
52 | | - {Credo.Check.Readability.PreferImplicitTry, []}, |
| 51 | + {Credo.Check.Readability.PreferImplicitTry, false}, |
53 | 52 | {Credo.Check.Readability.RedundantBlankLines, []}, |
54 | 53 | {Credo.Check.Readability.Semicolons, []}, |
55 | 54 | {Credo.Check.Readability.SpaceAfterCommas, []}, |
|
72 | 71 | {Credo.Check.Refactor.MatchInCondition, []}, |
73 | 72 | {Credo.Check.Refactor.NegatedConditionsInUnless, []}, |
74 | 73 | {Credo.Check.Refactor.NegatedConditionsWithElse, []}, |
75 | | - {Credo.Check.Refactor.Nesting, [max_nesting: 3]}, |
| 74 | + {Credo.Check.Refactor.Nesting, [max_nesting: 6]}, |
76 | 75 | {Credo.Check.Refactor.RedundantWithClauseResult, []}, |
77 | 76 | {Credo.Check.Refactor.UnlessWithElse, []}, |
78 | 77 | {Credo.Check.Refactor.WithClauses, []}, |
|
84 | 83 | {Credo.Check.Warning.ExpensiveEmptyEnumCheck, []}, |
85 | 84 | {Credo.Check.Warning.IExPry, []}, |
86 | 85 | {Credo.Check.Warning.IoInspect, []}, |
87 | | - {Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, [exit_status: 0]}, |
| 86 | + {Credo.Check.Warning.MissedMetadataKeyInLoggerConfig, false}, |
88 | 87 | {Credo.Check.Warning.OperationOnSameValues, []}, |
89 | 88 | {Credo.Check.Warning.OperationWithConstantResult, []}, |
90 | 89 | {Credo.Check.Warning.RaiseInsideRescue, []}, |
|
0 commit comments