From 4b2d72cf5f72912eccdb120068f891bd2c6499c3 Mon Sep 17 00:00:00 2001 From: simbit18 Date: Tue, 3 Jun 2025 11:37:04 +0200 Subject: [PATCH] Documentation\components\tools\index.rst: updated help checkpatch.sh tool Add: -u encoding check with cvt2utf (install with: pip install cvt2utf) -m Change-Id check in commit message (coupled with -g) Signed-off-by: simbit18 --- Documentation/components/tools/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/components/tools/index.rst b/Documentation/components/tools/index.rst index b86bf0dd07..5f4a5749e4 100644 --- a/Documentation/components/tools/index.rst +++ b/Documentation/components/tools/index.rst @@ -41,9 +41,11 @@ Help message:: Options: -h - -c spell check with codespell(install with: pip install codespell) + -c spell check with codespell (install with: pip install codespell) + -u encoding check with cvt2utf (install with: pip install cvt2utf) -r range check only (coupled with -p or -g) -p (default) + -m Change-Id check in commit message (coupled with -g) -g -f - read standard input mainly used by git pre-commit hook as below: