Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

checkpatch: update image to improve checks and extend to all commits #16739

Merged
merged 1 commit into from
Jul 2, 2021

Commits on Jul 1, 2021

  1. 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 <quentin@isovalent.com>
    qmonnet committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f53adad View commit details
    Browse the repository at this point in the history