summaryrefslogtreecommitdiff
path: root/doc/develop/index.rst
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-22 06:48:40 +0300
committerTom Rini <trini@konsulko.com>2022-01-25 01:36:15 +0300
commitfeafc61ea66c1f1f36aadda7d36a63814f086a4e (patch)
tree92cbc7531fa462dfd710c361c8b5421f4e7ef334 /doc/develop/index.rst
parentc761cf778fc6fe309f4be20a9e157165bc3b4841 (diff)
downloadu-boot-feafc61ea66c1f1f36aadda7d36a63814f086a4e.tar.xz
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]
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r--doc/develop/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index c84b10ea88..97148875ef 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -62,3 +62,11 @@ Refactoring
checkpatch
coccinelle
moveconfig
+
+Code quality
+------------
+
+.. toctree::
+ :maxdepth: 1
+
+ python_cq