Sha256: 1b41143631b3c8c5733ec0beaad7f38111e1034bbb29abdb96950eabcf10d885

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

#inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'bin/**/*'
    - Gemfile
    - 'vendor/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Metrics/BlockLength:
  Enabled: true
  Exclude:
    # The outer describe blocks throw this off for Rspec tests so disable.
    - spec/**/*_spec.rb

Metrics/LineLength:
  Max: 100

Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
date_holidays-reader-1.0.2 .rubocop.yml
date_holidays-reader-1.0.1 .rubocop.yml
date_holidays-reader-1.0.0 .rubocop.yml
date_holidays-reader-0.9.9 .rubocop.yml