Skip to content

Commit

Permalink
Merge pull request #170 from maestrodev/lint-1.0.0
Browse files Browse the repository at this point in the history
Fix lint in puppet-lint 1.0.0+
  • Loading branch information
matthewbarr committed Aug 27, 2014
2 parents bf415fd + 9381576 commit 09b8cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rake', '>= 10.1.1'
gem 'rspec', '~> 2.99.0'
gem 'puppet-lint', '>= 0.3.2', '< 1.0.0'
gem 'puppet-lint', '>= 0.3.2'
gem 'rspec-puppet', '>= 1.0.1'
gem 'puppetlabs_spec_helper', '>= 0.4.1'
gem 'puppet-syntax', '>= 1.1.0'
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.ignore_paths = exclude_paths
PuppetLint.configuration.relative = true
PuppetSyntax.exclude_paths = exclude_paths

0 comments on commit 09b8cbc

Please sign in to comment.