Oopenvela-robotCI: Fix checkpatch
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
CI: Fix checkpatch The CI does not consider "check" reported by checkpatch. This commit fixes it by: - rebasing check_compliance.py compliance.yml to integrate Zephyr updates, - add detection of the "check" in the report. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> | 3 个月前 | |
gitlint: add giltlint configuration files Add gitlint configuration to allow contributor to check its commit message compliance before sending its pull request. The configuration files has been copied from Zephyr project. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 3 个月前 | |
checkpatch: fix TYPO_SPELLING check for words with apostrophe checkpatch reports a false TYPO_SPELLING warning for some words containing an apostrophe when run with --codespell option. A false positive is "doesn't". Occurrence of the word causes checkpatch to emit the following warning: "WARNING: 'doesn'' may be misspelled - perhaps 'doesn't'?" Modify the regex pattern to be more in line with the codespell default word matching regex. This fixes the word capture and avoids the false warning. In addition, highlight the misspelled word location by adding a caret below the word. Signed-off-by: Dwaipayan Ray <dwaipayanray1@gmail.com> Suggested-by: Joe Perches <joe@perches.com> Reported-by: Peilin Ye <yepeilin.cs@gmail.com> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> | 3 个月前 | |
scripts: add checkpatch tool Initial version of checkpatch tool cloned from zephyr project. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 3 个月前 | |
scripts: add checkpatch tool Initial version of checkpatch tool cloned from zephyr project. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> | 3 个月前 |