Sha256: 3c55e10e4973e072d661e376a738455edfab04af4b555cf4caf902617314fb7a

Contents?: true

Size: 623 Bytes

Versions: 4

Compression:

Stored size: 623 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec
AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true
  DisplayStyleGuide: true
LineLength:
  Max: 100
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Metrics/BlockLength:
  Exclude:
    - 'spec/**/**/*'
    - '*.gemspec'
RSpec/ExampleLength:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lite-report-1.0.3 .rubocop.yml
lite-report-1.0.2 .rubocop.yml
lite-report-1.0.1 .rubocop.yml
lite-report-1.0.0 .rubocop.yml