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 <simbit18@gmail.com>
This commit is contained in:
parent
9897ef3cdb
commit
4b2d72cf5f
1 changed files with 3 additions and 1 deletions
|
|
@ -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 <patch list> (default)
|
||||
-m Change-Id check in commit message (coupled with -g)
|
||||
-g <commit list>
|
||||
-f <file list>
|
||||
- read standard input mainly used by git pre-commit hook as below:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue