Skip to content

Commit

Permalink
Merge pull request #1 from safesoftware/disable-spec-module-lenght
Browse files Browse the repository at this point in the history
Disable Metrics/ModuleLength for spec files
  • Loading branch information
pouellet authored Nov 7, 2018
2 parents 66afba0 + 6497773 commit 5b7de70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rubocop_base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Metrics/BlockLength:
Exclude:
- 'spec/**/*'
- 'features/**/*'

Metrics/ModuleLength:
Exclude:
- 'spec/**/*'

Metrics/LineLength:
Enabled: false
Expand Down

0 comments on commit 5b7de70

Please sign in to comment.