Commit 9381576 Carlos Sanchez
committed
1 parent bf415fd commit 9381576 Copy full SHA for 9381576
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
2
3
3
gem 'rake' , '>= 10.1.1'
4
4
gem 'rspec' , '~> 2.99.0'
5
- gem 'puppet-lint' , '>= 0.3.2' , '< 1.0.0'
5
+ gem 'puppet-lint' , '>= 0.3.2'
6
6
gem 'rspec-puppet' , '>= 1.0.1'
7
7
gem 'puppetlabs_spec_helper' , '>= 0.4.1'
8
8
gem 'puppet-syntax' , '>= 1.1.0'
Original file line number Diff line number Diff line change @@ -17,4 +17,5 @@ PuppetLint.configuration.fail_on_warnings = true
17
17
PuppetLint . configuration . send ( "disable_80chars" )
18
18
PuppetLint . configuration . send ( 'disable_class_inherits_from_params_class' )
19
19
PuppetLint . configuration . ignore_paths = exclude_paths
20
+ PuppetLint . configuration . relative = true
20
21
PuppetSyntax . exclude_paths = exclude_paths
You can’t perform that action at this time.
0 commit comments