Skip to content

Commit

Permalink
(plumbing) drop puppet-lint plugins incompatible with 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 22, 2023
1 parent 77af356 commit 37b7908
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
---
.puppet-lint.rc:
".puppet-lint.rc":
enabled_lint_checks:
- parameter_documentation
- parameter_types

- parameter_documentation
- parameter_types
spec/spec_helper_acceptance.rb:
unmanaged: true

.github/CONTRIBUTING.md:
".github/CONTRIBUTING.md":
delete: true
.github/ISSUE_TEMPLATE.md:
".github/ISSUE_TEMPLATE.md":
delete: true
.github/PULL_REQUEST_TEMPLATE.md:
".github/PULL_REQUEST_TEMPLATE.md":
delete: true
.github/SECURITY.md:
".github/SECURITY.md":
delete: true

Gemfile:
optional:
':test':
- gem: puppet-lint-legacy_facts-check
- gem: puppet-lint-no_erb_template-check
- gem: puppet-lint-package_ensure-check
- gem: puppet-lint-resource_reference_syntax
- gem: puppet-lint-strict_indent-check
- gem: puppet-lint-template_file_extension-check
- gem: puppet-lint-top_scope_facts-check
- gem: puppet-lint-trailing_newline-check
- gem: puppet-lint-unquoted_string-check
- gem: puppet-lint-variable_contains_upcase
- :optional:
::test:
- 'gem: puppet-lint-package_ensure-check'
- 'gem: puppet-lint-resource_reference_syntax'
- 'gem: puppet-lint-strict_indent-check'
- 'gem: puppet-lint-unquoted_string-check'
- 'gem: puppet-lint-variable_contains_upcase'

0 comments on commit 37b7908

Please sign in to comment.