2018-10-06 07:40:35 -04:00
|
|
|
# This configuration was generated by
|
|
|
|
# `rubocop --auto-gen-config`
|
2019-03-20 18:51:57 -04:00
|
|
|
# on 2019-03-21 00:51:00 +0200 using RuboCop version 0.66.0.
|
2018-10-06 07:40:35 -04: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.
|
|
|
|
|
2019-03-20 18:51:57 -04:00
|
|
|
# Offense count: 88
|
2018-10-06 07:40:35 -04:00
|
|
|
Metrics/AbcSize:
|
2019-02-24 12:58:59 -05:00
|
|
|
Max: 48
|
2018-10-06 07:40:35 -04:00
|
|
|
|
2019-03-20 18:51:57 -04:00
|
|
|
# Offense count: 191
|
2018-10-06 07:40:35 -04:00
|
|
|
# Configuration parameters: CountComments, ExcludedMethods.
|
|
|
|
# ExcludedMethods: refine
|
|
|
|
Metrics/BlockLength:
|
2019-03-03 10:37:58 -05:00
|
|
|
Max: 794
|
2018-10-06 07:40:35 -04:00
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
# Configuration parameters: CountBlocks.
|
|
|
|
Metrics/BlockNesting:
|
|
|
|
Max: 4
|
|
|
|
|
2019-02-24 12:58:59 -05:00
|
|
|
# Offense count: 19
|
2018-10-06 07:40:35 -04:00
|
|
|
# Configuration parameters: CountComments.
|
|
|
|
Metrics/ClassLength:
|
2019-03-22 18:44:56 -04:00
|
|
|
Max: 317
|
2018-10-06 07:40:35 -04:00
|
|
|
|
2019-03-20 18:51:57 -04:00
|
|
|
# Offense count: 32
|
2018-10-06 07:40:35 -04:00
|
|
|
Metrics/CyclomaticComplexity:
|
|
|
|
Max: 32
|
|
|
|
|
2019-03-20 18:51:57 -04:00
|
|
|
# Offense count: 114
|
2018-10-06 07:40:35 -04:00
|
|
|
# Configuration parameters: CountComments, ExcludedMethods.
|
|
|
|
Metrics/MethodLength:
|
2019-03-20 18:51:57 -04:00
|
|
|
Max: 101
|
2018-10-06 07:40:35 -04:00
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
# Configuration parameters: CountKeywordArgs.
|
|
|
|
Metrics/ParameterLists:
|
|
|
|
Max: 6
|
|
|
|
|
2019-03-20 18:51:57 -04:00
|
|
|
# Offense count: 29
|
2018-10-06 07:40:35 -04:00
|
|
|
Metrics/PerceivedComplexity:
|
|
|
|
Max: 25
|