Sha256: 1f71eac0f687bb4b098ff756a1ea2dbd55af067cb58c8912d1af7ed5e1df1f97

Contents?: true

Size: 538 Bytes

Versions: 24

Compression:

Stored size: 538 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'

Metrics/ClassLength:
  Exclude:
    - 'lib/qa_server/configuration.rb'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
qa_server-8.0.1 .rubocop.yml
qa_server-7.9.2 .rubocop.yml
qa_server-7.9.1 .rubocop.yml
qa_server-7.9.0 .rubocop.yml
qa_server-7.8.0 .rubocop.yml
qa_server-7.7.1 .rubocop.yml
qa_server-7.7.0 .rubocop.yml
qa_server-7.6.0 .rubocop.yml
qa_server-7.5.1 .rubocop.yml
qa_server-7.5.0 .rubocop.yml
qa_server-7.4.0 .rubocop.yml
qa_server-7.3.0 .rubocop.yml
qa_server-7.2.1 .rubocop.yml
qa_server-7.2.0 .rubocop.yml
qa_server-7.1.3 .rubocop.yml
qa_server-7.1.2 .rubocop.yml
qa_server-7.1.1 .rubocop.yml
qa_server-7.1.0 .rubocop.yml
qa_server-7.0.0 .rubocop.yml
qa_server-6.2.0 .rubocop.yml