Browse Source

Disables shellcheck errors and removes variable

Disables specific shellcheck errors to allow certain coding
patterns and removes an unused variable from the super-linter
workflow. This improves the linter's signal-to-noise ratio
and reduces unnecessary checks.

Relates to #4696
pull/4854/head
Daniel Gibbs 4 months ago
parent
commit
52ae5d0ebf
Failed to extract signature
  1. 1
      .github/linters/.shellcheckrc
  2. 2
      .github/workflows/action-super-linter.yml

1
.github/linters/.shellcheckrc

@ -0,0 +1 @@
disable=SC2154,SC2034

2
.github/workflows/action-super-linter.yml

@ -49,5 +49,5 @@ jobs:
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_YAML_PRETTIER: false
BASH_FILE_NAME: ".shellcheckrc"

Loading…
Cancel
Save