Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rubocop and kitchen complaints (see full msg)
.rubocop.yml - AllCops/Excludes was renamed to AllCops/Exclude Warning: Deprecated pattern style 'vendor/**' in .rubocop.yml. Change to 'vendor/**/*'. metadata.rb:1:5: C: Put one space between the method name and the first argument. name 'xml' ^^^^^^^^^^^^^ metadata.rb:2:11: C: Put one space between the method name and the first argument. maintainer 'Opscode, Inc.' ^^^^^^^ metadata.rb:4:8: C: Put one space between the method name and the first argument. license 'Apache 2.0' ^^^^^^^^^^ metadata.rb:5:12: C: Put one space between the method name and the first argument. description 'Installs xml' ^^^^^^ metadata.rb:7:8: C: Put one space between the method name and the first argument. version '1.2.5' ^^^^^^^^^^ attributes/default.rb:24:32: C: %w-literals should be delimited by ( and ) default['xml']['packages'] = %w[libxml2-devel libxslt-devel] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attributes/default.rb:26:32: C: %w-literals should be delimited by ( and ) default['xml']['packages'] = %w[libxml2-dev libxslt-dev] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ attributes/default.rb:28:32: C: %w-literals should be delimited by ( and ) default['xml']['packages'] = %w[libxml2 libxslt] ^^^^^^^^^^^^^^^^^^^
- Loading branch information