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

Pylint testing/run_tests.py #38016

Merged
merged 1 commit into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ci/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pylint-2.7 --rcfile=.pylintrc \
"build/" \
"ci/" \
"impeller/" \
"tools/gn"
"tools/gn" \
"testing/run_tests.py"

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