Sha256: 8d5a673400de0f5991d8abf5ef1a1323840c5e9f684e7b2285c2bb7640103153

Contents?: true

Size: 1.11 KB

Versions: 57

Compression:

Stored size: 1.11 KB

Contents

inherit_gem:
  gitlab-styles:
    - rubocop-default.yml

inherit_from:
  <% unless ENV['REVEAL_RUBOCOP_TODO'] == '1' %>
  - '.rubocop_todo.yml'
  <% end %>

AllCops:
  # Target the current Ruby version. For example, "2.7" or "3.0".
  TargetRubyVersion: <%= RUBY_VERSION[/^\d+\.\d+/, 0] %>
  Exclude:
    - 'vendor/**/*'
    - 'tmp/**/*'
    - 'bin/**/*'
  # Use absolute path to avoid orphan directories with changed workspace root.
  CacheRootDirectory: <%= Dir.getwd %>/tmp
  MaxFilesInCache: 1_000_000
  NewCops: enable

CodeReuse/ActiveRecord:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Lint/HashCompareByIdentity:
  Enabled: true

Lint/RedundantSafeNavigation:
  Enabled: true

Style/ClassEqualityComparison:
  Enabled: true

Lint/ShadowingOuterLocalVariable:
  Enabled: false

Metrics/AbcSize:
  Max: 18

Metrics/MethodLength:
  Max: 20

Rails:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/SignalException:
  Enabled: false

Layout/LineLength:
  Max: 180

Layout/SpaceBeforeFirstArg:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Enabled: false

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
gitlab_quality-test_tooling-1.28.0 .rubocop.yml
gitlab_quality-test_tooling-1.24.0 .rubocop.yml
gitlab_quality-test_tooling-1.23.0 .rubocop.yml
gitlab_quality-test_tooling-1.22.0 .rubocop.yml
gitlab_quality-test_tooling-1.21.1 .rubocop.yml
gitlab_quality-test_tooling-1.21.0 .rubocop.yml
gitlab_quality-test_tooling-1.20.1 .rubocop.yml
gitlab_quality-test_tooling-1.20.0 .rubocop.yml
gitlab_quality-test_tooling-1.19.1 .rubocop.yml
gitlab_quality-test_tooling-1.19.0 .rubocop.yml
gitlab_quality-test_tooling-1.18.0 .rubocop.yml
gitlab_quality-test_tooling-1.17.0 .rubocop.yml
gitlab_quality-test_tooling-1.15.0 .rubocop.yml
gitlab_quality-test_tooling-1.14.2 .rubocop.yml
gitlab_quality-test_tooling-1.14.1 .rubocop.yml
gitlab_quality-test_tooling-1.14.0 .rubocop.yml
gitlab_quality-test_tooling-1.13.0 .rubocop.yml
gitlab_quality-test_tooling-1.12.0 .rubocop.yml
gitlab_quality-test_tooling-1.11.0 .rubocop.yml
gitlab_quality-test_tooling-1.10.1 .rubocop.yml