aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorZhiming Wang2017-01-17 14:55:00 -0500
committerZhiming Wang2017-01-17 14:55:00 -0500
commitf0e5ebce06e8c2d7335fb3fbbc4314ee53c05e82 (patch)
treee9c375b9c7a63e8448df0aeb3ea76d0d2a11bf45 /Library
parent42486c1181bdf4ed85f334ccb1edbb6632cfc4b2 (diff)
downloadbrew-f0e5ebce06e8c2d7335fb3fbbc4314ee53c05e82.tar.bz2
rubocop_todo: bump max module length to 400
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/.rubocop_todo.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/.rubocop_todo.yml b/Library/Homebrew/.rubocop_todo.yml
index c1b2ba6e7..99080b546 100644
--- a/Library/Homebrew/.rubocop_todo.yml
+++ b/Library/Homebrew/.rubocop_todo.yml
@@ -66,7 +66,7 @@ Metrics/BlockNesting:
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/ModuleLength:
- Max: 363
+ Max: 400
# Offense count: 1
# Configuration parameters: CountKeywordArgs.