We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd5b33 commit f3d8729Copy full SHA for f3d8729
1 file changed
.vscode/settings.json
@@ -0,0 +1,7 @@
1
+{
2
+ "shellcheck.enable": true,
3
+ "shellcheck.run": "onType",
4
+ "shellcheck.executablePath": "/usr/local/bin/shellcheck",
5
+ "shellcheck.customArgs": ["--exclude=SC3043,SC3045", "--shell=sh"],
6
+ "shellcheck.enableQuickFix": true
7
+}
0 commit comments