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)
commitfeafc61ea66c1f1f36aadda7d36a63814f086a4e
tree92cbc7531fa462dfd710c361c8b5421f4e7ef334
parentc761cf778fc6fe309f4be20a9e157165bc3b4841
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]