Skip to content

Commit

Permalink
Loosen complexity constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
pouellet authored Oct 7, 2019
1 parent 0a2a895 commit d3141d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions rubocop_base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ Metrics/ModuleLength:
Exclude:
- 'spec/**/*'

Metrics/AbcSize:
Max: 20

Metrics/BlockLength:
ExcludedMethods:
- refine
- state_machine

Metrics/CyclomaticComplexity:
Max: 10

Metrics/LineLength:
Enabled: false

Expand Down

0 comments on commit d3141d8

Please sign in to comment.