]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Add a pylint checker to the build
authorSimon Glass <sjg@chromium.org>
Mon, 22 Nov 2021 03:48:40 +0000 (20:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:15 +0000 (17:36 -0500)
commitb1f4a7f67f81401554673e22b8a1fdf04e611b7e
tree92cbc7531fa462dfd710c361c8b5421f4e7ef334
parent02dc613aafc4a2a2db2b28c09b870d27b823fed1
Makefile: Add a pylint checker to the build

At present the Python code in U-Boot is somewhat inconsistent, with some
files passing pylint quite cleanly and others not.

Add a way to track progress on this clean-up, by checking that no module
has got any worse as a result of changes.

This can be used with 'make pylint'.

Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Re-generate pylint.base]
.gitignore
Makefile
doc/develop/index.rst
doc/develop/python_cq.rst [new file with mode: 0644]
scripts/pylint.base [new file with mode: 0644]