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

20 lines
332 B
YAML

# Remove these configuration records
# one by one as the offenses are removed from the code base.
Metrics/AbcSize:
Max: 30 # Goal: 15
Metrics/ClassLength:
Max: 400
Exclude:
- test/**/*
Metrics/CyclomaticComplexity:
Max: 13 # Goal: 6
Metrics/ModuleLength:
Max: 317
Metrics/PerceivedComplexity:
Max: 16 # Goal: 7