mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
31 lines
499 B
YAML
31 lines
499 B
YAML
require: rubocop-rspec
|
|
|
|
# Remove these configuration records
|
|
# one by one as the offenses are removed from the code base.
|
|
|
|
Metrics/AbcSize:
|
|
Max: 22 # Goal: 15
|
|
|
|
Metrics/CyclomaticComplexity:
|
|
Max: 8 # Goal: 6
|
|
|
|
Metrics/PerceivedComplexity:
|
|
Max: 9 # Goal: 7
|
|
|
|
Style/FrozenStringLiteralComment:
|
|
Enabled: false
|
|
|
|
RSpec/BeforeAfterAll:
|
|
Enabled: false
|
|
|
|
RSpec/FilePath:
|
|
Enabled: false
|
|
|
|
RSpec/MessageSpies:
|
|
Enabled: false
|
|
|
|
RSpec/NamedSubject:
|
|
Enabled: false
|
|
|
|
Security/YAMLLoad:
|
|
Enabled: false
|