rubocop_todo: bump max module length to 400

This commit is contained in:
Zhiming Wang 2017-01-17 14:55:00 -05:00
parent 42486c1181
commit f0e5ebce06
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -66,7 +66,7 @@ Metrics/BlockNesting:
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 363
Max: 400
# Offense count: 1
# Configuration parameters: CountKeywordArgs.