hashie/.rubocop_todo.yml

34 lines
806 B
YAML
Raw Normal View History

2015-10-25 19:22:45 +00:00
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-07-17 09:23:49 -0400 using RuboCop version 0.52.1.
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.
# Offense count: 7
2014-11-18 14:12:45 +00:00
Metrics/AbcSize:
Max: 23
2014-11-18 14:12:45 +00:00
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 221
2014-11-18 14:12:45 +00:00
# Offense count: 7
2014-11-18 14:12:45 +00:00
Metrics/CyclomaticComplexity:
Max: 11
# Offense count: 19
2014-11-18 14:12:45 +00:00
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 28
# Offense count: 5
2014-11-18 14:12:45 +00:00
Metrics/PerceivedComplexity:
Max: 10
# Offense count: 39
2014-11-18 14:12:45 +00:00
Style/Documentation:
Enabled: false