Sha256: 2c2f755ce71ad49afd18f94f225fca0a242fc05ecc4a86afb098e5d0a94e445c

Contents?: true

Size: 706 Bytes

Versions: 4

Compression:

Stored size: 706 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'
Metrics/ClassLength:
  Exclude:
    - 'lib/lite/validators/credit_card_validator.rb'
RSpec/ExampleLength:
  Enabled: false
RSpec/MultipleExpectations:
  Enabled: false
Style/Documentation:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

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