From 61944ff6ca6ceee9eecab70a715cc4ba3c5cf694 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Tue, 2 Jan 2024 16:34:03 -0700 Subject: [PATCH] Enable --- .github/workflows/puppet-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/puppet-lint.yml b/.github/workflows/puppet-lint.yml index 2e0fafb2e9..bbd39a1574 100644 --- a/.github/workflows/puppet-lint.yml +++ b/.github/workflows/puppet-lint.yml @@ -24,7 +24,7 @@ jobs: - name: puppet-lint uses: scottbrenner/puppet-lint-action@master with: - args: --no-80chars-check --no-140chars-check --no-puppet_url_without_modules-check --no-documentation-check --no-variable_scope-check --no-single_quote_string_with_variables --fix ./ + args: --no-80chars-check --no-140chars-check --no-puppet_url_without_modules-check --no-documentation-check --no-variable_scope-check --fix ./ - name: Push the changes continue-on-error: true