Skip to content
Snippets Groups Projects
Commit 0fb1fb51 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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.
parent f1d4c4be
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ Metrics/MethodLength:
Metrics/ModuleLength:
CountComments: false
Exclude:
- '**/bin/**/*'
- '**/cmd/**/*'
- '**/lib/**/*'
- '**/spec/**/*'
Metrics/PerceivedComplexity:
Enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment