Skip to content

Commit

Permalink
Adjust cop configuration and thresholds based upon feedback from hyrax
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Mar 2, 2022
1 parent a9c944f commit 0deb410
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bixby_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,12 +603,13 @@ Naming/VariableName:

Naming/VariableNumber:
Enabled: true
CheckSymbols: false

#################### Metrics ###############################

Metrics/AbcSize:
Enabled: true
Max: 28
Max: 32

Metrics/BlockNesting:
Enabled: true
Expand All @@ -623,6 +624,7 @@ Metrics/ModuleLength:

Metrics/CyclomaticComplexity:
Enabled: true
Max: 10

Metrics/MethodLength:
Enabled: true
Expand All @@ -640,6 +642,7 @@ Metrics/ParameterLists:

Metrics/PerceivedComplexity:
Enabled: true
Max: 11

#################### Lint ##################################
### Warnings
Expand Down

0 comments on commit 0deb410

Please sign in to comment.