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 <buildroot@bubu1.eu> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
cbcdb08667
commit
fba40a9f39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user