Sha256: e214d53122fb479fc396fcfd13ca8693068f6cc56cbeea58c9467b36c112f6fd

Contents?: true

Size: 713 Bytes

Versions: 4

Compression:

Stored size: 713 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.2
  NewCops: enable
  SuggestExtensions: false

require:
  - rubocop-performance
  - rubocop-rspec

Layout/LineLength:
  Max: 120
  Exclude:
    - spec/**/*_spec.rb

Metrics/BlockLength:
  Exclude:
    - spec/**/*_spec.rb
    - "*.gemspec"

Metrics/MethodLength:
  Max: 10

RSpec/NamedSubject:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  EnforcedStyle: brackets

Style/WordArray:
  EnforcedStyle: brackets

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

RSpec/NestedGroups:
  Max: 6

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zilla-0.1.5 .rubocop.yml
zilla-0.1.4 .rubocop.yml
zilla-0.1.3 .rubocop.yml
zilla-0.1.2 .rubocop.yml