Skip to content

Commit 0ad7d93

Browse files
authored
Merge pull request #2374 from cdr/lint-vscode-c2c2
vscode: Make eslint pass
2 parents ae65c83 + 4cb8a32 commit 0ad7d93

File tree

4 files changed

+95
-51
lines changed

4 files changed

+95
-51
lines changed

ci/dev/lint.sh

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ main() {
1111
if command -v helm && helm kubeval --help > /dev/null; then
1212
helm kubeval ci/helm-chart
1313
fi
14+
15+
cd lib/vscode
16+
# Run this periodically in vanilla VS code to make sure we don't add any more warnings.
17+
yarn eslint --max-warnings=3
18+
cd "$OLDPWD"
1419
}
1520

1621
main "$@"

0 commit comments

Comments
 (0)