Skip to content

Commit 4592b98

Browse files
Disable check-extra-masked-returns
1 parent c246e4a commit 4592b98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.shellcheckrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ enable=all
33

44
# Follow source statements even when the file is not specified as input
55
external-sources=true
6+
7+
# Disable check-extra-masked-returns
8+
# https://www.shellcheck.net/wiki/SC2312
9+
disable=SC2312

0 commit comments

Comments
 (0)