1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
paper-trail-gem--paper_trail/.rubocop_todo.yml
2016-04-26 01:56:23 -04:00

14 lines
272 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/CyclomaticComplexity:
Max: 13 # Goal: 6
Metrics/ModuleLength:
Max: 299
Metrics/PerceivedComplexity:
Max: 16 # Goal: 7