Sha256: 911116dc3b00cb8299f3f1ac3b609dde96b406068b4582d58245c4b2fa42217d

Contents?: true

Size: 653 Bytes

Versions: 2

Compression:

Stored size: 653 Bytes

Contents

inherit_from: .rubocop_todo.yml

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

AllCops:
  TargetRubyVersion: <%= RUBY_VERSION[/^\d+\.\d+/, 0] %>
  NewCops: enable

# Disables Rails cops.
Rails:
  Enabled: false

# Disables Rails-related cops
CodeReuse/ActiveRecord:
  Enabled: false

Layout/LineLength:
  Enabled: false

RSpec/MultipleMemoizedHelpers:
  Max: 30

RSpec/FilePath:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: ruby19_no_mixed_keys

# To respect rufo formatting
Style/StringLiterals:
  EnforcedStyle: double_quotes

# Was problematic, and not included in the .rubocop_todo.yml
GitlabSecurity/PublicSend:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitlab-dangerfiles-3.6.1 .rubocop.yml
gitlab-dangerfiles-3.6.0 .rubocop.yml