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

PS-9040 Integrate clang-tidy checks for Percona server #5194

Closed
wants to merge 1 commit into from

Commits on Jan 2, 2024

  1. PS-9040 Integrate clang-tidy checks for Percona server

    https://perconadev.atlassian.net/browse/PS-9040
    
    Creates a yaml file for clang-tidy workflow which is triggered
    on a pull request.
    
    The workflow triggers a run of generating comiplation commands
    and uses the same to perform a clang-tidy check on the modified
    files and generates a report of the warnings in the changed code
    through a github action bot in the form of review comments on
    the pull request.
    VarunNagaraju committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c16e10f View commit details
    Browse the repository at this point in the history