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

20 lines
331 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.
Metrics/AbcSize:
Max: 30 # Goal: 15
Metrics/ClassLength:
2016-06-27 07:02:33 +00:00
Max: 327
Exclude:
- test/**/*
Metrics/CyclomaticComplexity:
2016-06-27 07:02:33 +00:00
Max: 8 # Goal: 6
Metrics/ModuleLength:
Max: 317
Metrics/PerceivedComplexity:
2016-06-27 07:02:33 +00:00
Max: 10 # Goal: 7