mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-28 09:20:18 +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_push.yml
vendored
2
.github/workflows/checkpatch_push.yml
vendored
@@ -45,4 +45,4 @@ jobs:
|
||||
)
|
||||
ignore_str=${ignore[*]}
|
||||
|
||||
git format-patch -1 --stdout | ./checkpatch.pl --no-tree --show-types --ignore="${ignore_str// /,}" -
|
||||
git format-patch -1 --stdout | ./checkpatch.pl --no-tree --show-types --strict --ignore="${ignore_str// /,}" -
|
||||
|
||||
Reference in New Issue
Block a user