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 33163e8 commit 76168c9Copy full SHA for 76168c9
ci/dev/lint-scripts.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+main() {
5
+ cd "$(dirname "$0")/../.."
6
+ shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files '*.sh' | grep -v 'lib/vscode')
7
+}
8
9
+main "$@"
0 commit comments