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 #5196

Merged
merged 1 commit into from
Mar 14, 2024

Commits on Mar 14, 2024

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

    https://perconadev.atlassian.net/browse/PS-9040
    
    Creates a workflow to be triggered on a pull request
    to perform clang-tidy checks on the changed code and post
    the violations as comments on the pull request to be
    addressed.
    
    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 Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7c13381 View commit details
    Browse the repository at this point in the history