Browse Source
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 #4696pull/4854/head
2 changed files with 2 additions and 1 deletions
@ -0,0 +1 @@ |
|||
disable=SC2154,SC2034 |
|||
Loading…
Reference in new issue