Skip to content

Commit 37da94f

Browse files
fix(megalinter): exclude more shellcheck warnings
1 parent a4eef75 commit 37da94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ DISABLE_LINTERS:
3434
- REPOSITORY_GITLEAKS
3535
- REPOSITORY_KICS
3636

37-
BASH_SHELLCHECK_ARGUMENTS: --exclude=SC2317
37+
BASH_SHELLCHECK_ARGUMENTS: --exclude=SC2317,SC2086,SC2155
3838

3939
BASH_EXEC_FILTER_REGEX_EXCLUDE: >-
4040
(^|/)(lib/.*\.sh|home/dot_local/lib/dots/.*\.sh|playground/config/\.bashrc)$

0 commit comments

Comments
 (0)