Skip to content

Commit 9381576

Browse files
author
Carlos Sanchez
committed
Fix lint in puppet-lint 1.0.0+
1 parent bf415fd commit 9381576

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'rake', '>= 10.1.1'
44
gem 'rspec', '~> 2.99.0'
5-
gem 'puppet-lint', '>= 0.3.2', '< 1.0.0'
5+
gem 'puppet-lint', '>= 0.3.2'
66
gem 'rspec-puppet', '>= 1.0.1'
77
gem 'puppetlabs_spec_helper', '>= 0.4.1'
88
gem 'puppet-syntax', '>= 1.1.0'

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ PuppetLint.configuration.fail_on_warnings = true
1717
PuppetLint.configuration.send("disable_80chars")
1818
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
1919
PuppetLint.configuration.ignore_paths = exclude_paths
20+
PuppetLint.configuration.relative = true
2021
PuppetSyntax.exclude_paths = exclude_paths

0 commit comments

Comments
 (0)