Sha256: d9aa6d0a57055971a8b05ac2aa6e5f0e21145b359fcc0e744004855538044a5f

Contents?: true

Size: 641 Bytes

Versions: 7

Compression:

Stored size: 641 Bytes

Contents

require: rubocop-rspec

Metrics/LineLength:
  Max: 100
  Exclude:
    - 'spec/support/dox/**/*'

Documentation:
  Enabled: False

FrozenStringLiteralComment:
  Enabled: false

WordArray:
  Enabled: False

SymbolArray:
  Enabled: False

AbcSize:
  Max: 20

Rails:
  Enabled: true

RSpec/ExampleLength:
  Max: 10

RSpec/MultipleExpectations:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*_spec.rb'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'lib/tasks/*.rake'

AllCops:
  Exclude:
    - 'db/schema.rb'
    - 'db/migrate/*.rb'
    - 'config/**/*.rb'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
secrets_cli-1.12.3 .rubocop.yml
secrets_cli-1.13.0.beta .rubocop.yml
secrets_cli-1.12.2 .rubocop.yml
secrets_cli-1.12.1 .rubocop.yml
secrets_cli-1.11.0 .rubocop.yml
secrets_cli-1.10.0 .rubocop.yml
secrets_cli-1.9.0 .rubocop.yml