commit | 8724dfc14eddbca418a3235915fb0abf9dafe05d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 21 20:48:40 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:15 2022 -0500 |
tree | 92cbc7531fa462dfd710c361c8b5421f4e7ef334 | |
parent | 964192e1311762d4a4a6c29210000c2624e693d4 [diff] |
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]