Sha256: de8ce235a5e0769ad39c64129af87fac19cd714488bda9681fcdec293f5bdbd3

Contents?: true

Size: 898 Bytes

Versions: 3

Compression:

Stored size: 898 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec
AllCops:
  TargetRubyVersion: 3.0
  NewCops: enable
  DisplayCopNames: true
  DisplayStyleGuide: true
Gemspec/RequiredRubyVersion:
  Enabled: false
Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/LineLength:
  Max: 100
Layout/SpaceAroundMethodCallOperator:
  Enabled: true
Lint/RaiseException:
  Enabled: true
Lint/StructNewOverride:
  Enabled: true
Metrics/BlockLength:
  Enabled: false
Metrics/ClassLength:
  Enabled: false
Naming/FileName:
  Enabled: false
Style/ArgumentsForwarding:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lite-statistics-2.0.0 .rubocop.yml
lite-statistics-1.2.1 .rubocop.yml
lite-statistics-1.2.0 .rubocop.yml