Sha256: 173542d85192e24218f678ed6e3d66c69fed9118b603abcc92221a6382c19355

Contents?: true

Size: 466 Bytes

Versions: 4

Compression:

Stored size: 466 Bytes

Contents

inherit_gem:
  bixby: bixby_default.yml

inherit_from: .rubocop_fixme.yml

AllCops:
  TargetRubyVersion: 2.4
  DisplayCopNames: true
  Exclude:
    - 'db/**/*'
    - 'script/**/*'
    - 'spec/test_app_templates/**/*'
    - 'vendor/**/*'
    - 'lib/qa_server/specs/**/*'

Lint/ImplicitStringConcatenation:
  Exclude:
    - 'lib/generators/qa_server/**/*'

Metrics/BlockLength:
  ExcludedMethods: ['included']
  Exclude:
    - 'qa_server.gemspec'
    - 'spec/**/*.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
qa_server-5.4.0 .rubocop.yml
qa_server-5.3.0 .rubocop.yml
qa_server-5.2.1 .rubocop.yml
qa_server-5.2.0 .rubocop.yml