Sha256: f129b78d663d989dc17ae9521563ac24f32d146df170adcc1927b953be98d230

Contents?: true

Size: 433 Bytes

Versions: 9

Compression:

Stored size: 433 Bytes

Contents

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

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

9 entries across 9 versions & 1 rubygems

Version Path
lolcommits-0.16.2 .rubocop.yml
lolcommits-0.16.1 .rubocop.yml
lolcommits-0.16.0 .rubocop.yml
lolcommits-0.16.0.pre1 .rubocop.yml
lolcommits-0.15.1 .rubocop.yml
lolcommits-0.15.0 .rubocop.yml
lolcommits-0.14.2 .rubocop.yml
lolcommits-0.14.1 .rubocop.yml
lolcommits-0.14.0 .rubocop.yml