Sha256: 102f7e26cabedf95036a0421c8946a6bc560f6e189e76aa431230c4d68a06b3c

Contents?: true

Size: 856 Bytes

Versions: 15

Compression:

Stored size: 856 Bytes

Contents

---
# this file is the base rubocop config for beaker + all beaker plugins
require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  DisplayCopNames: true
  ExtraDetails: true
  DisplayStyleGuide: true
  TargetRubyVersion: '2.7'
  Exclude:
  - vendor/**/*
  - .vendor/**/*

# this currently doesn't work with the way we handle our secrets
Gemspec/RequireMFA:
  Enabled: false

# current Vox Pupuli default is to use `add_development_dependency` in the gemspec
Gemspec/DevelopmentDependencies:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: True
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArrayLiteral:
  Enabled: True
  EnforcedStyleForMultiline: consistent_comma

Style/TrailingCommaInArguments:
  Enabled: True
  EnforcedStyleForMultiline: comma

Metrics:
  Enabled: false

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
beaker-6.4.1 rubocop.yml
beaker-6.4.0 rubocop.yml
beaker-6.3.0 rubocop.yml
beaker-6.2.0 rubocop.yml
beaker-6.1.0 rubocop.yml
beaker-5.8.1 rubocop.yml
beaker-5.8.0 rubocop.yml
beaker-5.7.0 rubocop.yml
beaker-5.6.0 rubocop.yml
beaker-5.5.0 rubocop.yml
beaker-5.4.0 rubocop.yml
beaker-5.3.1 rubocop.yml
beaker-5.3.0 rubocop.yml
beaker-5.2.0 rubocop.yml
beaker-5.1.0 rubocop.yml