github-changelog-generator/.rubocop_todo.yml

57 lines
1.3 KiB
YAML
Raw Normal View History

# This configuration was generated by `rubocop --auto-gen-config`
2015-05-22 12:59:29 +00:00
# on 2015-05-22 15:59:03 +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.
# Offense count: 17
Metrics/AbcSize:
Max: 73
2015-04-03 23:30:02 +00:00
# Offense count: 2
Metrics/BlockNesting:
Max: 4
2015-05-14 13:57:05 +00:00
# Offense count: 3
# Configuration parameters: CountComments.
Metrics/ClassLength:
2015-05-22 12:59:29 +00:00
Max: 280
2015-05-14 13:57:05 +00:00
# Offense count: 5
Metrics/CyclomaticComplexity:
2015-04-03 23:30:02 +00:00
Max: 15
2015-05-22 12:59:29 +00:00
# Offense count: 23
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 121
2015-04-03 23:30:02 +00:00
# Offense count: 5
Metrics/PerceivedComplexity:
2015-04-03 23:30:02 +00:00
Max: 18
2015-05-14 13:57:05 +00:00
# Offense count: 4
Style/AccessorMethodName:
Enabled: false
# Offense count: 6
Style/Documentation:
Enabled: false
2015-05-22 12:59:29 +00:00
# Offense count: 1
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false
# Offense count: 2
# 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