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

32 lines
499 B
YAML
Raw Normal View History

require: rubocop-rspec
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: 22 # Goal: 15
Metrics/CyclomaticComplexity:
2016-06-27 03:02:33 -04:00
Max: 8 # Goal: 6
Metrics/PerceivedComplexity:
Max: 9 # Goal: 7
Style/FrozenStringLiteralComment:
Enabled: false
2017-03-31 21:42:14 -04:00
RSpec/BeforeAfterAll:
Enabled: false
RSpec/FilePath:
Enabled: false
2017-03-31 21:42:14 -04:00
RSpec/MessageSpies:
Enabled: false
RSpec/NamedSubject:
Enabled: false
Security/YAMLLoad:
Enabled: false