diff options
| author | Zhiming Wang | 2017-01-17 14:55:00 -0500 |
|---|---|---|
| committer | Zhiming Wang | 2017-01-17 14:55:00 -0500 |
| commit | f0e5ebce06e8c2d7335fb3fbbc4314ee53c05e82 (patch) | |
| tree | e9c375b9c7a63e8448df0aeb3ea76d0d2a11bf45 /Library | |
| parent | 42486c1181bdf4ed85f334ccb1edbb6632cfc4b2 (diff) | |
| download | brew-f0e5ebce06e8c2d7335fb3fbbc4314ee53c05e82.tar.bz2 | |
rubocop_todo: bump max module length to 400
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/.rubocop_todo.yml | 2 |
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. |
