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

15 lines
289 B
YAML
Raw Normal View History

2016-02-15 18:13:45 -05:00
# Remove these configuration records
# one by one as the offenses are removed from the code base.
Metrics/AbcSize:
Max: 30 # Goal: 15
Metrics/CyclomaticComplexity:
2016-06-27 03:02:33 -04:00
Max: 8 # Goal: 6
Metrics/PerceivedComplexity:
2016-06-27 03:02:33 -04:00
Max: 10 # Goal: 7
Style/FrozenStringLiteralComment:
Enabled: false