Browse Source

Bump puppet-lint version

Tom De Vylder 7 years ago
parent
commit
3096ea1e7d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .puppet-lint.rc
  2. 1 1
      Gemfile

+ 2 - 2
.puppet-lint.rc

@@ -1,4 +1,4 @@
 --fail-on-warnings
---relative
---no-80chars
+--no-140chars
 --no-class_inherits_from_params_class-check
+--relative

+ 1 - 1
Gemfile

@@ -10,7 +10,7 @@ end
 gem 'puppet', ENV.key?('PUPPET_VERSION') ? "~> #{ENV['PUPPET_VERSION']}.0" : '>= 2.7'
 gem 'rspec-puppet', '~> 2.0'
 gem 'puppetlabs_spec_helper', '>= 0.1.0'
-gem 'puppet-lint', '>= 1'
+gem 'puppet-lint', '>= 2'
 gem 'facter', '>= 1.7.0'
 gem 'metadata-json-lint'