2015-02-25 12:38:56 +00:00
|
|
|
# This configuration was generated by `rubocop --auto-gen-config`
|
2015-05-21 20:38:19 +00:00
|
|
|
# on 2015-05-18 09:38:28 -0700 using RuboCop version 0.31.0.
|
2015-02-25 12:38:56 +00:00
|
|
|
# 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.
|
|
|
|
|
2015-04-23 18:19:16 +00:00
|
|
|
# Offense count: 3
|
2015-02-25 12:38:56 +00:00
|
|
|
Metrics/AbcSize:
|
2015-03-07 03:52:08 +00:00
|
|
|
Max: 24
|
2015-02-25 12:38:56 +00:00
|
|
|
|
2015-05-21 20:38:19 +00:00
|
|
|
# Offense count: 10
|
2015-02-25 12:38:56 +00:00
|
|
|
# Configuration parameters: CountComments.
|
|
|
|
Metrics/MethodLength:
|
2015-04-23 18:19:16 +00:00
|
|
|
Max: 13
|