Sha256: f12a7e97b2996c583c6db3b987b085624c922817f7316fbf44250243fff0a2c8

Contents?: true

Size: 410 Bytes

Versions: 8

Compression:

Stored size: 410 Bytes

Contents

AllCops:
  Exclude:
    - 'vendor/bundle/**/*'
    - 'vendor/bundle/**/.*'
    - '.bundle/**/*'

Metrics/BlockLength:
  Exclude:
    - 'lolcommits.gemspec'

# don't agree with this one, can lead to long lines that are harder to parse
Style/IfUnlessModifier:
  Enabled: false

# our gem supports 2.0+ but Rubocop only supports 2.1+
Gemspec/RequiredRubyVersion:
  Enabled: false

inherit_from: .rubocop_todo.yml

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
lolcommits-0.13.1 .rubocop.yml
lolcommits-0.13.0 .rubocop.yml
lolcommits-0.12.1 .rubocop.yml
lolcommits-0.12.0 .rubocop.yml
lolcommits-0.11.0 .rubocop.yml
lolcommits-0.11.0.pre .rubocop.yml
lolcommits-0.10.0 .rubocop.yml
lolcommits-0.10.0.pre1 .rubocop.yml