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

Modernize clang tidy #125

Merged
merged 2 commits into from
Jan 3, 2025
Merged

Modernize clang tidy #125

merged 2 commits into from
Jan 3, 2025

Conversation

joto
Copy link
Collaborator

@joto joto commented Jan 3, 2025

Update clang-tidy config and add Github actions workflow

The workflow is not intended to fail when clang-tidy finds some problem. It only helps with finding possible issues and cleaning up the code.

Clang-tidy adds lots of new checks all the time so we are running the action on three different Debian versions which means three different clang-tidy versions.

joto added 2 commits January 3, 2025 10:02
The workflow is not intended to fail when clang-tidy finds some problem.
It only helps with finding possible issues and cleaning up the code.

Clang-tidy adds lots of new checks all the time so we are running the
action on three different Debian versions which means three different
clang-tidy versions.
To help with #include management in test code
@joto joto requested a review from kkaefer January 3, 2025 09:08
@joto joto merged commit bf3b7e7 into mapbox:master Jan 3, 2025
32 checks passed
@joto joto deleted the modernize-clang-tidy branch January 3, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants