Sha256: 975f0273e2a2772a1e2de3f9759bed3e8cf72fb0f96bcd825a979586b493e075

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

AllCops:
  SuggestExtensions: false
  NewCops: enable
  Exclude:
    - 'vendor/bundle/**/*'
    - 'vendor/bundle/**/.*'
    - '.bundle/**/*'
    - 'bin/lolcommits'
    - 'lolcommits.gemspec'

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

inherit_from: .rubocop_todo.yml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lolcommits-0.16.5 .rubocop.yml
lolcommits-0.16.4 .rubocop.yml
lolcommits-0.16.3 .rubocop.yml