Sha256: 6f8fadc0d8f985ac2c6754d334e67a0d5add00b4b65cc5491c6d2dfafa9f7b70

Contents?: true

Size: 675 Bytes

Versions: 10

Compression:

Stored size: 675 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'
Naming/MemoizedInstanceVariableName:
  Enabled: false
RSpec/ExampleLength:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
lite-form-1.0.2 .rubocop.yml
lite-command-1.0.8 .rubocop.yml
lite-form-1.0.1 .rubocop.yml
lite-command-1.0.7 .rubocop.yml
lite-form-1.0.0 .rubocop.yml
lite-command-1.0.6 .rubocop.yml
lite-command-1.0.5 .rubocop.yml
lite-command-1.0.4 .rubocop.yml
lite-command-1.0.3 .rubocop.yml
lite-decorator-1.0.1 .rubocop.yml