Skip to content

Commit 0503b1a

Browse files
committed
Add cppcheck to lint.sh
1 parent be22e2a commit 0503b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ $machine == "Windows" ]; then
3737
# avoid missing linters on windows platform
3838
args=("--aspects=$(echo //tools/lint:linters.bzl%{flake8,pylint,pmd,ruff,vale,yamllint,clang_tidy} | tr ' ' ',')")
3939
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 ' ' ',')")
40+
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 ' ' ',')")
4141
fi
4242

4343
# NB: perhaps --remote_download_toplevel is needed as well with remote execution?

0 commit comments

Comments
 (0)