We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3540b80 commit 21709cdCopy full SHA for 21709cd
ci/dev/lint.sh
@@ -6,7 +6,7 @@ main() {
6
7
eslint --max-warnings=0 --fix $(git ls-files "*.ts" "*.tsx" "*.js" | grep -v "lib/vscode")
8
stylelint $(git ls-files "*.css" | grep -v "lib/vscode")
9
- tsc --noEmit
+ tsc --noEmit --skipLibCheck
10
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files "*.sh" | grep -v "lib/vscode")
11
if command -v helm && helm kubeval --help > /dev/null; then
12
helm kubeval ci/helm-chart
0 commit comments