rubocop: don't always care about module length.
We don't care about this in external taps as this is more about code architecture than code style.
This commit is contained in:
parent
f1d4c4be78
commit
0fb1fb51be
@ -40,6 +40,11 @@ Metrics/MethodLength:
|
||||
|
||||
Metrics/ModuleLength:
|
||||
CountComments: false
|
||||
Exclude:
|
||||
- '**/bin/**/*'
|
||||
- '**/cmd/**/*'
|
||||
- '**/lib/**/*'
|
||||
- '**/spec/**/*'
|
||||
|
||||
Metrics/PerceivedComplexity:
|
||||
Enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user