Sha256: 01a0652ef914b6fd327e240b69e535071b2b2093c95796874b4d97c1c8ab7cfc

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

inherit_from:
  - https://raw.githubusercontent.com/trailblazer/meta/master/rubocop.yml

Style/ClassCheck:
  Exclude:
    - 'lib/trailblazer/rails/cell.rb'

Metrics/AbcSize:
  Exclude:
    - 'lib/trailblazer/rails/controller.rb'

Bundler/DuplicatedGem:
  Enabled: false

Style/Send:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

# required when rubocop is run via travis
AllCops:
  Exclude:
    - 'test/**/vendor/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-rails-2.1.6 .rubocop.yml