Sha256: 40fc77837772703dce4a087d0f23ab1eec506424c35d1ee4f073ec7125f960c7

Contents?: true

Size: 338 Bytes

Versions: 1

Compression:

Stored size: 338 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec
  - rubocop-rails

AllCops:
  TargetRubyVersion: 3.0
  NewCops: disable

Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Layout/LineLength:
  Max: 120

Naming/FileName:
  Exclude:
    - 'lib/rails-menu-manager.rb'

RSpec/MultipleExpectations:
  Max: 3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails-menu-manager-0.8.0 .rubocop.yml