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

build: run clang-format on CI #42681

Merged

Commits on Apr 10, 2022

  1. build: run clang-format on CI

    We already include the tool inside tools/clang-format, so we should
    start using it on CI. This attempts to run the linter only on the
    commits present in an opened PR.
    
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    4676fdb View commit details
    Browse the repository at this point in the history
  2. src: trigger a clang-format linting error

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    acfed40 View commit details
    Browse the repository at this point in the history
  3. src: accept the suggested change from clang-format

    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    abfa103 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    6c0957c View commit details
    Browse the repository at this point in the history