Sha256: fe06b456adcccd3c7de0087853615db1e220e4428d6c073fd80ef219773712cb

Contents?: true

Size: 828 Bytes

Versions: 1

Compression:

Stored size: 828 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
  - rubocop-rubycw

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  DisplayCopNames: true
  DisplayStyleGuide: true
  ExtraDetails: true
  Exclude:
    - 'spec/dummy/**/*'

Style/ClassAndModuleChildren:
  Enabled: false

Style/Lambda:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/TrailingCommaInHashLiteral:
  Enabled: false

Layout/LineLength:
  Max: 120
  Exclude:
    - '*.gemspec'

Layout/SpaceBeforeBlockBraces:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/MethodLength:
  Max: 15

RSpec:
  # DisabledByDefault
  Enabled: false

RSpec/ContextWording:
  Enabled: true

RSpec/VerifiedDoubles:
  Enabled: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin-menu_tree-0.1.1 .rubocop.yml