Skip to content

Commit

Permalink
add basic .sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Sep 13, 2024
1 parent 50b60b6 commit 4161b3c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
".puppet-lint.rc":
enabled_lint_checks:
- parameter_documentation
- parameter_types
spec/spec_helper_acceptance.rb:
unmanaged: false
".github/CONTRIBUTING.md":
delete: true
".github/ISSUE_TEMPLATE.md":
delete: true
".github/PULL_REQUEST_TEMPLATE.md":
delete: true
".github/SECURITY.md":
delete: true
Gemfile:
optional:
":test":
- gem: puppet-lint-package_ensure-check

0 comments on commit 4161b3c

Please sign in to comment.