Skip to content

Commit c19c375

Browse files
committed
ignore
Signed-off-by: YanxuanLiu <[email protected]>
1 parent 8cf7cd7 commit c19c375

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shell-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
with:
3434
excluded_codes:
3535
SC2181,
36-
SC1090
36+
SC1090,
37+
SC2072
3738

3839
# code explanation:
3940
# SC2181: note: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
4041
# SC1090: warning: ShellCheck can't follow non-constant source. Use a directive to specify location. [SC1090]
42+
# SC2072: error: Decimals are not supported. Either use integers only, or use bc or awk to compare.
4143

0 commit comments

Comments
 (0)