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 78bfccb commit 998be32Copy full SHA for 998be32
example/lint.sh
@@ -37,7 +37,7 @@ if [ $machine == "Windows" ]; then
37
# avoid missing linters on windows platform
38
args=("--aspects=$(echo //tools/lint:linters.bzl%{flake8,pylint,pmd,ruff,vale,yamllint,clang_tidy} | tr ' ' ',')")
39
else
40
- args=("--aspects=$(echo //tools/lint:linters.bzl%{buf,eslint,flake8,keep_sorted,ktlint,pmd,pylint,ruff,shellcheck,stylelint,vale,yamllint,clang_tidy,spotbugs} | tr ' ' ',')")
+ args=("--aspects=$(echo //tools/lint:linters.bzl%{buf,eslint,flake8,keep_sorted,ktlint,pmd,pylint,ruff,shellcheck,stylelint,vale,yamllint,clang_tidy,cppcheck,spotbugs} | tr ' ' ',')")
41
fi
42
43
# NB: perhaps --remote_download_toplevel is needed as well with remote execution?
0 commit comments