Sha256: 50d8dcb9093862622ce9f55838bd6a6472015c431c5f12fea14282cfce3487d0

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/test_app/**/*'
    - spec/controllers/main_controller_spec.rb
Metrics/LineLength:
  Max: 120
  Exclude:
    - 'spec/**/*'
Metrics/BlockLength:
  CountComments: false
  Exclude:
    - 'spec/**/*'
    - 'lib/webpack_manifest_plugin/tasks/main.rake'
    - 'webpack_manifest_plugin.gemspec'
Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
webpack_manifest_plugin-0.1.2 .rubocop.yml