Sha256: 76bbfdfdaab0d24c076b5224157dfedf3fa564fbd8e838dac4c44f683b6818e6

Contents?: true

Size: 646 Bytes

Versions: 7

Compression:

Stored size: 646 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.7
  DisplayCopNames: true

# Just use double quotes please
Style/StringLiterals:
  EnforcedStyle: double_quotes

# Jim Weirich block style
Style/BlockDelimiters:
  EnforcedStyle: semantic

Style/SignalException:
  EnforcedStyle: semantic

Style/RaiseArgs:
  EnforcedStyle: compact

# Lets not freeze all the strings by default
Style/FrozenStringLiteralComment:
  Enabled: false

# Commonly used screens these days easily fit more than 80 characters.
Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Max: 155

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gitlab-exporter-15.2.0 .rubocop.yml
gitlab-exporter-15.1.0 .rubocop.yml
gitlab-exporter-15.0.0 .rubocop.yml
gitlab-exporter-14.5.0 .rubocop.yml
gitlab-exporter-14.4.0 .rubocop.yml
gitlab-exporter-14.3.0 .rubocop.yml
gitlab-exporter-14.2.0 .rubocop.yml