github-changelog-generator/.rubocop_todo.yml

53 lines
1.2 KiB
YAML
Raw Normal View History

# This configuration was generated by `rubocop --auto-gen-config`
2015-05-25 14:16:35 +00:00
# on 2015-05-25 17:16:04 +0300 using RuboCop version 0.31.0.
# 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-05-25 14:16:35 +00:00
# Offense count: 14
Metrics/AbcSize:
2015-05-25 14:16:35 +00:00
Max: 57
# Offense count: 4
# Configuration parameters: CountComments.
Metrics/ClassLength:
2015-05-25 14:16:35 +00:00
Max: 182
2015-05-25 14:16:35 +00:00
# Offense count: 1
Metrics/CyclomaticComplexity:
2015-05-25 14:16:35 +00:00
Max: 7
2015-05-25 10:02:10 +00:00
# Offense count: 22
# Configuration parameters: CountComments.
Metrics/MethodLength:
2015-05-25 14:16:35 +00:00
Max: 84
2015-05-25 14:16:35 +00:00
# Offense count: 1
Metrics/PerceivedComplexity:
2015-05-25 14:16:35 +00:00
Max: 8
# Offense count: 2
Style/AccessorMethodName:
Enabled: false
2015-05-25 14:16:35 +00:00
# Offense count: 8
Style/Documentation:
Enabled: false
2015-05-22 12:59:29 +00:00
# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Offense count: 1
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
Style/Next:
Enabled: false
2015-05-14 13:57:05 +00:00
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
Enabled: false