Sha256: 5754c87416f9cc01b60b38fbb04d9e5c7edf5a32f27ac827ea94dc8f3f6ce715

Contents?: true

Size: 682 Bytes

Versions: 8

Compression:

Stored size: 682 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec
AllCops:
  TargetRubyVersion: 2.6
  DisplayCopNames: true
  DisplayStyleGuide: true
Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - 'spec/**/**/*'
Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/EmptyLinesAroundModuleBody:
  EnforcedStyle: empty_lines_except_namespace
Layout/LineLength:
  Max: 100
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

8 entries across 8 versions & 4 rubygems

Version Path
lite-decorator-1.0.3 .rubocop.yml
lite-command-1.0.10 .rubocop.yml
lite-form-1.0.4 .rubocop.yml
lite-query-1.0.7 .rubocop.yml
lite-query-1.0.6 .rubocop.yml
lite-form-1.0.3 .rubocop.yml
lite-decorator-1.0.2 .rubocop.yml
lite-command-1.0.9 .rubocop.yml