Sha256: 574efd5bf9ba67964a22635b4a0fd27c05a26ff8c17990ea79d813628765f698

Contents?: true

Size: 245 Bytes

Versions: 2

Compression:

Stored size: 245 Bytes

Contents

AllCops:
  Include:
    - '**/*.rb'
  Exclude:
    - '*.gemspec'
    - '**/*.builder'
    - '**/*.jbuilder'
    - Rakefile
    - spec/spec_helper.rb

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

Style/FileName:
  Exclude:
    - Gemfile

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vnstat-ruby-2.0.0 .rubocop.yml
vnstat-ruby-1.1.0 .rubocop.yml