mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
.github/workflows, scripts: Improve checkpatch compliance
Use checkpatch --strict to detect more style issues.
This commit is contained in:
2
.github/workflows/checkpatch_pull.yml
vendored
2
.github/workflows/checkpatch_pull.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
for commit in $commits; do
|
||||
echo "Running checkpatch.pl for commit $commit"
|
||||
echo "========================================"
|
||||
git format-patch -1 --stdout $commit | ./checkpatch.pl --no-tree --show-types --ignore="${ignore_str// /,}" - || err=1
|
||||
git format-patch -1 --stdout $commit | ./checkpatch.pl --no-tree --show-types --strict --ignore="${ignore_str// /,}" - || err=1
|
||||
echo
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user