Skip to content

Commit

Permalink
modulesync: update .puppet-lint.rc to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
domcleal committed Aug 15, 2016
1 parent 9f05a4f commit a16e541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--fail-on-warnings
--no-80chars-check
--no-140chars-check
--no-class_inherits_from_params_class-check
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
end
gem 'rspec-puppet', '~> 2.3'
gem 'puppetlabs_spec_helper', '>= 0.8.0'
gem 'puppet-lint', '>= 1'
gem 'puppet-lint', '>= 2'
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-empty_string-check'
gem 'puppet-lint-spaceship_operator_without_tag-check'
Expand Down

0 comments on commit a16e541

Please sign in to comment.