Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #8 from ehelms/update-puppet-lint
Browse files Browse the repository at this point in the history
Update .puppet-lint.rc to 2.x
  • Loading branch information
ehelms authored Aug 29, 2016
2 parents 63a569f + 793abf4 commit 2bb7468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gemfile:
- gem: puppetlabs_spec_helper
version: '>= 0.8.0'
- gem: puppet-lint
version: '>= 1'
version: '>= 2'
- gem: puppet-lint-unquoted_string-check
- gem: puppet-lint-empty_string-check
- gem: puppet-lint-spaceship_operator_without_tag-check
Expand Down Expand Up @@ -57,7 +57,7 @@ Gemfile:
- gem: metadata-json-lint
.puppet-lint.rc:
default_disabled_lint_checks:
- '80chars'
- '140chars'
- 'class_inherits_from_params_class'
spec/spec_helper.rb:
requires: []
Expand Down

0 comments on commit 2bb7468

Please sign in to comment.