From 3815eac8ac7a9969494d4a8812269731290c4c11 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Sat, 16 Jan 2016 18:04:57 -0500 Subject: [PATCH] Add community puppet-lint plugins --- Gemfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index 3b28d93..001e824 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,18 @@ gem 'puppetlabs_spec_helper', '>= 0.1.0' gem 'facter', '>= 1.7.0' gem 'rspec-puppet' gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git' +gem 'puppet-lint-absolute_classname-check' +gem 'puppet-lint-alias-check' +gem 'puppet-lint-empty_string-check' +gem 'puppet-lint-file_ensure-check' +gem 'puppet-lint-file_source_rights-check' +gem 'puppet-lint-fileserver-check' +gem 'puppet-lint-leading_zero-check' +gem 'puppet-lint-spaceship_operator_without_tag-check' +gem 'puppet-lint-trailing_comma-check' +gem 'puppet-lint-undef_in_function-check' +gem 'puppet-lint-unquoted_string-check' +gem 'puppet-lint-variable_contains_upcase' # rspec must be v2 for ruby 1.8.7 if RUBY_VERSION >= '1.8.7' and RUBY_VERSION < '1.9'