Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit cd5d91b

Browse files
authored
Pylint testing/run_tests.py (#38016)
1 parent 447e701 commit cd5d91b

File tree

2 files changed

+252
-251
lines changed

2 files changed

+252
-251
lines changed

ci/lint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ pylint-2.7 --rcfile=.pylintrc \
7474
"build/" \
7575
"ci/" \
7676
"impeller/" \
77-
"tools/gn"
77+
"tools/gn" \
78+
"testing/run_tests.py"
7879

7980
echo "$(date +%T) Linting complete"

0 commit comments

Comments
 (0)