Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkpatch: update image to improve checks and extend to all commits
Pull the changes from cilium/image-tools#121: - The checkpatch.pl script is now run for _all_ commits of the PR, instead of just the commits touching files under `bpf/`. We do not want to check the code in directories other than `bpf/`; the interest here is to run the checks on the commit log messages. Therefore, pass commit logs without a diff to checkpatch for commits unrelated to `bpf/`. This makes more checks but note that passing checkpatch is not currently required by the CI for validating the PRs on the Cilium repository. - Format errors and warnings based on the available workflow commands for GitHub Actions. This should make the output easier to read on GitHub. - Update the checkpatch.pl patch itself (and its spelling file) from the version coming with kernel 5.12. Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information