Sha256: 773d9530e1ed63a56a7c7038e6b8e301691ee631dee09526f1bcd7f8e563909d

Contents?: true

Size: 410 Bytes

Versions: 9

Compression:

Stored size: 410 Bytes

Contents

AllCops:
  Include:
    - metadata.rb
    - '**/Gemfile'
    - attributes/**/*
    - definitions/**/*
    - libraries/**/*
    - providers/**/*
    - recipes/**/*
    - resources/**/*
    - spec/**/*
    - test/**/*
  Exclude:
    - cookbooks/**/*
    - vendor/**/*

Encoding:
  Exclude:
    - metadata.rb
    - Gemfile

NumericLiterals:
  Enabled: false

LineLength:
  Enabled: false

WordArray:
  MinSize: 3

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
knife-skeleton-0.5.0 files/rubocop.yml
knife-skeleton-0.4.0 files/rubocop.yml
knife-skeleton-0.3.0 files/rubocop.yml
knife-skeleton-0.2.0 files/rubocop.yml
knife-skeleton-0.1.0 files/rubocop.yml
knife-skeleton-0.0.4 files/rubocop.yml
knife-skeleton-0.0.3 files/rubocop.yml
knife-skeleton-0.0.2 files/rubocop.yml
knife-skeleton-0.0.1 files/rubocop.yml