update rubocop

This commit is contained in:
Petr Korolev 2015-04-03 18:41:39 +03:00
parent ce7f35777b
commit 47bba9d384

View File

@ -1,11 +1,11 @@
# This configuration was generated by `rubocop --auto-gen-config` # This configuration was generated by `rubocop --auto-gen-config`
# on 2015-03-27 03:03:45 +0200 using RuboCop version 0.29.1. # on 2015-04-03 18:40:57 +0300 using RuboCop version 0.29.1.
# The point is for the user to remove these configuration records # The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base. # one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new # Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again. # versions of RuboCop, may require this file to be generated again.
# Offense count: 20 # Offense count: 21
Metrics/AbcSize: Metrics/AbcSize:
Max: 114 Max: 114
@ -16,22 +16,22 @@ Metrics/BlockNesting:
# Offense count: 2 # Offense count: 2
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/ClassLength: Metrics/ClassLength:
Max: 471 Max: 475
# Offense count: 6 # Offense count: 5
Metrics/CyclomaticComplexity: Metrics/CyclomaticComplexity:
Max: 18 Max: 18
# Offense count: 27 # Offense count: 29
# Configuration parameters: CountComments. # Configuration parameters: CountComments.
Metrics/MethodLength: Metrics/MethodLength:
Max: 147 Max: 147
# Offense count: 6 # Offense count: 5
Metrics/PerceivedComplexity: Metrics/PerceivedComplexity:
Max: 20 Max: 20
# Offense count: 3 # Offense count: 4
Style/AccessorMethodName: Style/AccessorMethodName:
Enabled: false Enabled: false