Skip to content

Cleanup reference documentation #388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/module_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
test-

- name: "Run static & syntax tests"
run: bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop
run: bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file strings:validate:reference rubocop

- name: "Dependency check"
run: |
Expand Down
2 changes: 0 additions & 2 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--relative
--no-parameter_types-check
--no-parameter_documentation-check
--no-documentation-check
--no-140chars-check
2 changes: 0 additions & 2 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Rakefile:
default_disabled_lint_checks:
- parameter_types
- parameter_documentation
- documentation
- 140chars
spec/default_facts.yml:
unmanaged: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes for the puppetlabs-puppetdb module.
#### Unreleased
* Drop support for Puppet 6
* Drop support for Ubuntu 16.04 and Scientific Linux 7
* Remove all code related to embedded database

#### 7.14.0 - 2023/10/09
* Owner of puppetdb config.ini is now root
Expand Down
Loading