Sha256: 1cb65f6e2de656f71e5aaa65207205b8c9c2ee40d9d46321af62523307154f56

Contents?: true

Size: 1.13 KB

Versions: 19

Compression:

Stored size: 1.13 KB

Contents

inherit_from: .rubocop_todo.yml

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

AllCops:
  TargetRubyVersion: 2.7

Style/HashSyntax:
  EnforcedStyle: no_mixed_keys

Style/SymbolLiteral:
  Enabled: No

Style/TrailingCommaInArguments:
  Enabled: No # Delegated to rufo

Style/TrailingCommaInHashLiteral:
  Enabled: No # Delegated to rufo

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Style/Lambda:
  Enabled: false

Layout/LineLength:
  Enabled: false

Layout/SpaceInLambdaLiteral:
  Enabled: No

Layout/SpaceInsideBlockBraces:
  Enabled: No

Layout/FirstParameterIndentation:
  Enabled: No

RSpec/ExampleWording:
  Enabled: false
  CustomTransform:
    be: is
    have: has
    not: does not
  IgnoredWords: []

Lint/HashCompareByIdentity: # (new in 0.93)
  Enabled: true
Lint/RedundantSafeNavigation: # (new in 0.93)
  Enabled: true
Style/ClassEqualityComparison: # (new in 0.93)
  Enabled: true

CodeReuse/ActiveRecord:
  Enabled: false

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
gitlab-labkit-0.37.0 .rubocop.yml
gitlab-labkit-0.36.1 .rubocop.yml
gitlab-labkit-0.36.0 .rubocop.yml
gitlab-labkit-0.35.1 .rubocop.yml
gitlab-labkit-0.35.0 .rubocop.yml
gitlab-labkit-0.34.0 .rubocop.yml
gitlab-labkit-0.33.0 .rubocop.yml
gitlab-labkit-0.32.0 .rubocop.yml
gitlab-labkit-0.31.1 .rubocop.yml
gitlab-labkit-0.31.0 .rubocop.yml
gitlab-labkit-0.30.1 .rubocop.yml
gitlab-labkit-0.30.0 .rubocop.yml
gitlab-labkit-0.29.0 .rubocop.yml
gitlab-labkit-0.28.0 .rubocop.yml
gitlab-labkit-0.27.0 .rubocop.yml
gitlab-labkit-0.26.0 .rubocop.yml
gitlab-labkit-0.25.0 .rubocop.yml
gitlab-labkit-0.24.0 .rubocop.yml
gitlab-labkit-0.23.0 .rubocop.yml