Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] utils/readme.txt: expand check-package description
@ 2024-02-06 10:52 Marcus Hoffmann via buildroot
  2024-02-06 10:52 ` [Buildroot] [PATCH 2/6] utils/readme.txt: document docker-run script Marcus Hoffmann via buildroot
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Marcus Hoffmann via buildroot @ 2024-02-06 10:52 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Hoffmann

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>
---
 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
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-02-06 17:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 10:52 [Buildroot] [PATCH 1/6] utils/readme.txt: expand check-package description Marcus Hoffmann via buildroot
2024-02-06 10:52 ` [Buildroot] [PATCH 2/6] utils/readme.txt: document docker-run script Marcus Hoffmann via buildroot
2024-02-06 16:00   ` Yann E. MORIN
2024-02-06 10:52 ` [Buildroot] [PATCH 3/6] docs/website/support.html: document how to join irc channel from matrix Marcus Hoffmann via buildroot
2024-02-06 16:00   ` Yann E. MORIN
2024-02-06 10:52 ` [Buildroot] [PATCH 4/6] docs/website/support.html: document irc channel permission changes Marcus Hoffmann via buildroot
2024-02-06 16:02   ` Yann E. MORIN
2024-02-06 10:52 ` [Buildroot] [PATCH 5/6] docs/manual/contribute.adoc: link to git-send-email.io Marcus Hoffmann via buildroot
2024-02-06 16:03   ` Yann E. MORIN
2024-02-06 10:52 ` [Buildroot] [PATCH 6/6] docs/manual/contribute.adoc: mention sr.ht as an alternative for sending patches Marcus Hoffmann via buildroot
2024-02-06 17:06   ` Yann E. MORIN
2024-02-06 15:59 ` [Buildroot] [PATCH 1/6] utils/readme.txt: expand check-package description Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox