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

[quality] add C/C++ header file nclude guard check #40

Merged
merged 2 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. [quality] add include guard check for C/C++ header files

    This adds include guard lint/fix rules to keep C/C++ header files lint
    clean.
    
    Signed-off-by: Tim Trippel <ttrippel@google.com>
    timothytrippel committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f3fa188 View commit details
    Browse the repository at this point in the history
  2. [quality] fix C/C++ header file include guards

    This fixes the C/C++ header file include guards to pass the lint check.
    
    Signed-off-by: Tim Trippel <ttrippel@google.com>
    timothytrippel committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0f0fc80 View commit details
    Browse the repository at this point in the history