Merge pull request #2621 from MikeMcQuaid/rubocop-module-length

rubocop: don't always care about module length.
This commit is contained in:
Mike McQuaid 2017-05-14 15:08:58 +01:00 committed by GitHub
commit 80df74893a

View File

@ -40,6 +40,11 @@ Metrics/MethodLength:
Metrics/ModuleLength: Metrics/ModuleLength:
CountComments: false CountComments: false
Exclude:
- '**/bin/**/*'
- '**/cmd/**/*'
- '**/lib/**/*'
- '**/spec/**/*'
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:
Enabled: false Enabled: false