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

41 lines
767 B
YAML
Raw Normal View History

require: rubocop-rspec
2016-02-15 23:13:45 +00: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 07:02:33 +00:00
Max: 8 # Goal: 6
Metrics/PerceivedComplexity:
Max: 9 # Goal: 7
Style/FrozenStringLiteralComment:
Enabled: false
2017-04-01 01:42:14 +00:00
RSpec/BeforeAfterAll:
Enabled: false
2017-09-19 03:17:13 +00:00
RSpec/ExpectInHook:
Exclude:
- spec/paper_trail/associations_spec.rb
- spec/models/version_spec.rb
2017-09-19 03:17:13 +00:00
RSpec/InstanceVariable:
Exclude:
- spec/paper_trail/associations_spec.rb
- spec/paper_trail/model_spec.rb
2017-04-01 01:42:14 +00:00
RSpec/NamedSubject:
Enabled: false
RSpec/NestedGroups:
Exclude:
- spec/paper_trail/associations_spec.rb
- spec/paper_trail/model_spec.rb
2017-04-01 01:42:14 +00:00
Security/YAMLLoad:
Enabled: false