Sha256: 732602f53a949c482798566cc2abf36e1e967bfbb71f0c934906a9a1b6b56cef

Contents?: true

Size: 499 Bytes

Versions: 2

Compression:

Stored size: 499 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paper_trail-7.0.2 .rubocop_todo.yml
paper_trail-7.0.1 .rubocop_todo.yml