aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-05-14 15:08:58 +0100
committerGitHub2017-05-14 15:08:58 +0100
commit80df74893ac5afccf17a6b0e89f891f7b6ab5379 (patch)
tree4e718f574a163b0bf296d740c29839e441a01591 /Library
parent13efa8656e2abf91561ef5a249c25298157eecb9 (diff)
parent0fb1fb51be8221b8c879d7e73dad51fc0a2b42ad (diff)
downloadbrew-80df74893ac5afccf17a6b0e89f891f7b6ab5379.tar.bz2
Merge pull request #2621 from MikeMcQuaid/rubocop-module-length
rubocop: don't always care about module length.
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 442315e6b..d77a8b100 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -40,6 +40,11 @@ Metrics/MethodLength:
Metrics/ModuleLength:
CountComments: false
+ Exclude:
+ - '**/bin/**/*'
+ - '**/cmd/**/*'
+ - '**/lib/**/*'
+ - '**/spec/**/*'
Metrics/PerceivedComplexity:
Enabled: false