Skip to content

Commit

Permalink
disable broken strict_indent puppet-lint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Jun 18, 2023
1 parent 15bcad7 commit 98c3e4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
--relative
--no-strict_indent-check
8 changes: 7 additions & 1 deletion .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
#
# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
# for the default values.
--- {}

# Run pdk update after modifying this file.

---
Rakefile:
extra_disabled_lint_checks:
- strict_indent
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def changelog_future_release
end

PuppetLint.configuration.send('disable_relative')
PuppetLint.configuration.send('disable_strict_indent')


if Bundler.rubygems.find_name('github_changelog_generator').any?
Expand Down

0 comments on commit 98c3e4b

Please sign in to comment.