Sha256: 2491ec949c76209dcc00c95038017d2724a395322588381ef28790f936ed03b0

Contents?: true

Size: 526 Bytes

Versions: 3

Compression:

Stored size: 526 Bytes

Contents

require:
  - solidus_dev_support/rubocop

AllCops:
  NewCops: disable
  Exclude:
    - sandbox/**/*
    - spec/dummy/**/*
    - vendor/bundle/**/*


# This guys are troublemakers
RSpec/FactoryBot/CreateList:
  Enabled: false
RSpec/Rails/HttpStatus:
  Enabled: false

# Deviations from the standard
Style/ClassAndModuleChildren:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
RSpec/Capybara/FeatureMethods:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
RSpec/NamedSubject:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
solidus_webhooks-0.4.2 .rubocop.yml
solidus_webhooks-0.4.1 .rubocop.yml
solidus_webhooks-0.4.0 .rubocop.yml