Sha256: b362720b0fa2098b5eadc7027aa07964fa7b21ff6f0fbfe11b6b5af38e7a7f7e

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  NewCops: enable
  TargetRubyVersion: 3.0

Style/StringLiterals:

  Enabled: true

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Max: 150

RSpec/MultipleExpectations:
  Max: 4

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
permission_settings-1.0.2 .rubocop.yml
permission_settings-1.0.1 .rubocop.yml
permission_settings-1.0.0 .rubocop.yml