Skip to content

Commit 0ee6d9f

Browse files
committed
puppet-lint: validate types and documentation
1 parent 1948df9 commit 0ee6d9f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.puppet-lint.rc

-2
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

+5
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)