Skip to content

Commit 52ae5d0

Browse files
committed
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
1 parent 5e2d0de commit 52ae5d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/linters/.shellcheckrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable=SC2154,SC2034

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
VALIDATE_SHELL_SHFMT: false
5050
VALIDATE_TERRAFORM_TERRASCAN: false
5151
VALIDATE_YAML_PRETTIER: false
52-
BASH_FILE_NAME: ".shellcheckrc"
52+
5353

0 commit comments

Comments
 (0)