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`
# 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
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 20
# Offense count: 21
Metrics/AbcSize:
Max: 114
@ -16,22 +16,22 @@ Metrics/BlockNesting:
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 471
Max: 475
# Offense count: 6
# Offense count: 5
Metrics/CyclomaticComplexity:
Max: 18
# Offense count: 27
# Offense count: 29
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 147
# Offense count: 6
# Offense count: 5
Metrics/PerceivedComplexity:
Max: 20
# Offense count: 3
# Offense count: 4
Style/AccessorMethodName:
Enabled: false