Sha256: f2f90f88c7a08e1d4702198941591a03da8a33ea24186c9282a64bcdba108bef
Contents?: true
Size: 560 Bytes
Versions: 2
Compression:
Stored size: 560 Bytes
Contents
#inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'bin/**/*' - Gemfile - 'vendor/**/*' DisplayCopNames: true TargetRubyVersion: 2.5 NewCops: enable Metrics/BlockLength: Enabled: true Exclude: # The outer describe blocks throw this off for Rspec tests so disable. - spec/**/*_spec.rb Layout/LineLength: Max: 100 Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
date_holidays-reader-1.0.4 | .rubocop.yml |
date_holidays-reader-1.0.3 | .rubocop.yml |