Sha256: f19caad5964252e59c6d17c93e141b30c829ee79090e98b5e4173a7710e5ecde

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 Bytes

Contents

inherit_from:
  - .rubocop_defaults.yml

AllCops:
  Exclude:
    # Exclude .gemspec files because they are generally auto-generated
    - '*.gemspec'
    # Exclude vendored folders
    - 'tmp/**/*'
    - 'vendor/**/*'
    # Exclude artifacts
    - 'pkg/**/*'

Style/ClassAndModuleChildren:
  Exclude:
    - 'spec/**/*_spec.rb'
    - 'test/**/*_test.rb'

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-2.0.2.0 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-2.0.1.0 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-2.0.0.1 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-1.9.8.1 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-1.9.7.1 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
vagrant-unbundled-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/public_suffix-2.0.5/.rubocop.yml
public_suffix-2.0.5 .rubocop.yml
public_suffix-2.0.4 .rubocop.yml