We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf7cd7 commit c19c375Copy full SHA for c19c375
.github/workflows/shell-check.yml
@@ -33,9 +33,11 @@ jobs:
33
with:
34
excluded_codes:
35
SC2181,
36
- SC1090
+ SC1090,
37
+ SC2072
38
39
# code explanation:
40
# SC2181: note: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
41
# 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.
43
0 commit comments