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-07 15:09:58 +09:00

29 lines
572 B
YAML

# Remove these configuration records
# one by one as the offenses are removed from the code base.
# Offense count: 19
Metrics/AbcSize:
Max: 46 # Goal: 15
# Offense count: 6
Metrics/CyclomaticComplexity:
Max: 13
# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 281
# Offense count: 6
Metrics/PerceivedComplexity:
Max: 16
# Offense count: 33
Style/Documentation:
Enabled: false
# Offense count: 2
Style/ModuleFunction:
Exclude:
- 'lib/paper_trail/serializers/json.rb'
- 'lib/paper_trail/serializers/yaml.rb'