Skip to content

Commit 4a22123

Browse files
authored
Merge pull request #206 from bastelfreak/sync
puppet-lint: validate types and documentation
2 parents 1948df9 + 0ee6d9f commit 4a22123

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.puppet-lint.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
33

44
--fail-on-warnings
5-
--no-parameter_documentation-check
6-
--no-parameter_types-check

.sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
.puppet-lint.rc:
3+
enabled_lint_checks:
4+
- parameter_documentation
5+
- parameter_types

0 commit comments

Comments
 (0)