paper-trail-gem--paper_trail/.rubocop_todo.yml

20 lines
372 B
YAML
Raw Normal View History

2016-02-15 23:13:45 +00:00
# Remove these configuration records
# one by one as the offenses are removed from the code base.
2016-02-15 21:50:25 +00:00
# Offense count: 19
Metrics/AbcSize:
Max: 46 # Goal: 15
# Offense count: 6
Metrics/CyclomaticComplexity:
2016-02-15 21:50:25 +00:00
Max: 13
2016-02-15 21:50:25 +00:00
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 299
2016-02-15 21:50:25 +00:00
# Offense count: 6
Metrics/PerceivedComplexity:
2016-02-15 21:50:25 +00:00
Max: 16