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

15 lines
288 B
YAML

# Remove these configuration records
# one by one as the offenses are removed from the code base.
Metrics/AbcSize:
Max: 24 # Goal: 15
Metrics/CyclomaticComplexity:
Max: 8 # Goal: 6
Metrics/PerceivedComplexity:
Max: 9 # Goal: 7
Style/FrozenStringLiteralComment:
Enabled: false