From fba40a9f39cbd6b3f662073d148aad371dc07964 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 6 Feb 2024 11:52:37 +0100 Subject: [PATCH] utils/readme.txt: expand check-package description check-package does a lot more by now than checking .mk and Config.in files. Add this to the description. Signed-off-by: Marcus Hoffmann Signed-off-by: Yann E. MORIN --- utils/readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utils/readme.txt b/utils/readme.txt index 3e8833c4ea..d5cda70bfc 100644 --- a/utils/readme.txt +++ b/utils/readme.txt @@ -12,8 +12,11 @@ brmake nothing. check-package - a script that checks the coding style of a package's Config.in and - .mk files, and also tests them for various types of typoes. + a script that checks the coding style across the buildroot tree. It + checks package's Config.in and .mk files, runs shellcheck for all shell + scripts, flake8 for python files, checks for typoes, etc. + It checks the .checkpackageignore file if errors should be ignored and + errors if there's a file listed that doesn't produce an error. genrandconfig a script that generates a random configuration, used by the autobuilders