Skip to content

Commit 66737ab

Browse files
authored
Merge pull request #388 from h0tw1r3/cleanup-reference-part1
Cleanup reference documentation
2 parents b8c1ec1 + a9b2fbb commit 66737ab

35 files changed

+1829
-2791
lines changed

.github/workflows/module_spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
test-
7171
7272
- name: "Run static & syntax tests"
73-
run: bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
73+
run: bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file strings:validate:reference rubocop
7474

7575
- name: "Dependency check"
7676
run: |

.puppet-lint.rc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
--relative
22
--no-parameter_types-check
3-
--no-parameter_documentation-check
4-
--no-documentation-check
53
--no-140chars-check

.sync.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
Rakefile:
1717
default_disabled_lint_checks:
1818
- parameter_types
19-
- parameter_documentation
20-
- documentation
2119
- 140chars
2220
spec/default_facts.yml:
2321
unmanaged: true

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release notes for the puppetlabs-puppetdb module.
55
#### Unreleased
66
* Drop support for Puppet 6
77
* Drop support for Ubuntu 16.04 and Scientific Linux 7
8+
* Remove all code related to embedded database
89

910
#### 7.14.0 - 2023/10/09
1011
* Owner of puppetdb config.ini is now root

0 commit comments

Comments
 (0)