Sha256: ebf586c14cc224ed3526d57037a732da7cb9548f275be24263982aaf30bd6570

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

inherit_from: ~/.config/rubocop/config.yml

AllCops:
  Exclude:
    - 'bin/*'

# rspec blocks are huge by design
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
invar-0.9.1 .rubocop.yml
invar-0.9.0 .rubocop.yml
invar-0.8.0 .rubocop.yml