Skip to content

Commit

Permalink
Update style checker
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHayun committed Dec 3, 2022
1 parent 415f34b commit caad773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/style-checker-py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ find . -name "*.py" \
-not -path "${ANT_BASE_DIR}/subprojects/*" \
-not -path "${ANT_BASE_DIR}/dep/*" \
-not -path "${ANT_BASE_DIR}/menuconfig.py" \
-not -path "${ANT_BASE_DIR}/api/python/*" \
| xargs pylint --disable=fixme,import-error,useless-object-inheritance,C0114,C0115,C0116,R0902,R0914,E1305,R0913,E1121,R0801

0 comments on commit caad773

Please sign in to comment.