Fix offense count and set lower maximum value for Metrics/MethodLength

This commit is contained in:
Paul Padier 2016-03-31 17:54:27 +09:00 committed by Jared Beck
parent a69ae9b672
commit bc5fb76c09
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ Metrics/AbcSize:
Metrics/CyclomaticComplexity:
Max: 13
# Offense count: 18
# Offense count: 19
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 195
Max: 35
# Offense count: 2
# Configuration parameters: CountComments.