Sha256: 22906e6953a7d810906917cbf70d7642d257fa3d15d5d596365885c2f353959f

Contents?: true

Size: 971 Bytes

Versions: 12

Compression:

Stored size: 971 Bytes

Contents

require:
  - standard
  - anycable/rails/compatibility/rubocop
  - test_prof/rubocop

# inherit_from: .rubocop_todo.yml
inherit_gem:
  standard: config/base.yml

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 3.1
  Exclude:
    - 'db/**/*'
    - 'config/**/*'
    - 'script/**/*'
    - 'bin/{rails,rake}'
    - 'vendor/**/*'

RSpec/AggregateExamples:
  Enabled: true
  Include:
    - 'spec/**/*.rb'

Layout/ArgumentAlignment:
  Enabled: false
  EnforcedStyle: with_first_argument

Layout/SpaceAroundOperators:
  Enabled: false

Layout/ExtraSpacing:
  Enabled: true
  AllowForAlignment: true
  AllowBeforeTrailingComments: true
  ForceEqualSignAlignment: true

Layout/ArrayAlignment:
  Enabled: true
  EnforcedStyle: with_first_element

Layout/SpaceInsideHashLiteralBraces:
  Enabled: true
  EnforcedStyle: space

Layout/HashAlignment:
  Enabled: true
  EnforcedColonStyle: table

Layout/BeginEndAlignment:
  Enabled: true
  EnforcedStyleAlignWith: begin

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
dubbletrack_remote-0.8.5 .rubocop.yml
dubbletrack_remote-0.8.4 .rubocop.yml
dubbletrack_remote-0.8.3 .rubocop.yml
dubbletrack_remote-0.8.2 .rubocop.yml
dubbletrack_remote-0.8.1 .rubocop.yml
dubbletrack_remote-0.8.0 .rubocop.yml
dubbletrack_remote-0.7.6 .rubocop.yml
dubbletrack_remote-0.7.5 .rubocop.yml
dubbletrack_remote-0.7.4 .rubocop.yml
dubbletrack_remote-0.7.3 .rubocop.yml
dubbletrack_remote-0.7.2 .rubocop.yml
dubbletrack_remote-0.7.1 .rubocop.yml