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]
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Makefile 44 additions, 1 deletionMakefile
- doc/develop/index.rst 8 additions, 0 deletionsdoc/develop/index.rst
- doc/develop/python_cq.rst 80 additions, 0 deletionsdoc/develop/python_cq.rst
- scripts/pylint.base 215 additions, 0 deletionsscripts/pylint.base
Loading
Please register or sign in to comment