hashie/.rubocop_todo.yml

46 lines
1023 B
YAML
Raw Normal View History

2014-11-18 14:12:45 +00:00
# This configuration was generated by `rubocop --auto-gen-config`
2014-12-30 21:07:47 +00:00
# on 2014-12-30 16:07:22 -0500 using RuboCop version 0.28.0.
2014-11-18 14:12:45 +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.
2014-12-30 21:07:47 +00:00
# Offense count: 9
2014-11-18 14:12:45 +00:00
Metrics/AbcSize:
Max: 37
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 172
2014-11-18 14:12:45 +00:00
# Offense count: 8
Metrics/CyclomaticComplexity:
Max: 11
2014-12-30 21:07:47 +00:00
# Offense count: 167
2014-11-18 14:12:45 +00:00
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
Max: 170
2014-12-30 21:07:47 +00:00
# Offense count: 14
2014-11-18 14:12:45 +00:00
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 28
2014-12-30 21:07:47 +00:00
# Offense count: 8
2014-11-18 14:12:45 +00:00
Metrics/PerceivedComplexity:
Max: 10
2014-12-30 21:07:47 +00:00
# Offense count: 2
2014-11-18 14:12:45 +00:00
Style/CaseEquality:
Enabled: false
2014-12-30 21:07:47 +00:00
# Offense count: 84
2014-11-18 14:12:45 +00:00
Style/Documentation:
Enabled: false
2014-12-30 21:07:47 +00:00
# Offense count: 9
2014-11-18 14:12:45 +00:00
Style/DoubleNegation:
Enabled: false