Sha256: 3647663414d148bcabf0971f2282f77aa5356ebcb7b2e2bbdc071a7b15ed6dc4

Contents?: true

Size: 262 Bytes

Versions: 14

Compression:

Stored size: 262 Bytes

Contents

inherit_gem:
  rubocop-standard:
    - config/default.yml
    - config/minitest.yml

inherit_mode:
  merge:
    - Exclude

AllCops:
  Exclude:
    - test/progit/**/*
    - "pkg/**/*"
    - "ext/**/*"
    - "vendor/**/*"
    - "tmp/**/*"
    - "test/progit/**/*"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
html-pipeline-3.2.2 .rubocop.yml
html-pipeline-3.2.1 .rubocop.yml
html-pipeline-3.2.0 .rubocop.yml
html-pipeline-3.1.1 .rubocop.yml
html-pipeline-3.1.0 .rubocop.yml
html-pipeline-3.0.3 .rubocop.yml
html-pipeline-3.0.2 .rubocop.yml
html-pipeline-3.0.1 .rubocop.yml
html-pipeline-3.0.0 .rubocop.yml
html-pipeline-3.0.0.pre6 .rubocop.yml
html-pipeline-3.0.0.pre5 .rubocop.yml
html-pipeline-3.0.0.pre3 .rubocop.yml
html-pipeline-3.0.0.pre2 .rubocop.yml
html-pipeline-3.0.0.pre1 .rubocop.yml