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

ci: fix clang tidy errors #827

Closed

Conversation

jackhwalters
Copy link
Contributor

Errors removed, one warning remains, along with other "notes". Didn't know how pedantic you want to be with compiler suppressions. Here they are run on my fork for your review.

Closes #654.

@jackhwalters
Copy link
Contributor Author

The errors persist on the workflows run as part of this PR which is strange.

@cieslarmichal
Copy link
Owner

strange, I don't know why it doesn't work here

@cieslarmichal
Copy link
Owner

just a suggestion: we could seperate those jobs and use command cli instead of some plugins with clang tidy:

https://github.com/taocpp/taopq/tree/main/.github/workflows

@jackhwalters
Copy link
Contributor Author

just a suggestion: we could seperate those jobs and use command cli instead of some plugins with clang tidy:

https://github.com/taocpp/taopq/tree/main/.github/workflows

Yes I would rather use the clang-tidy cli than run-clang-tidy.

@jackhwalters jackhwalters marked this pull request as draft July 23, 2024 20:12
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.

fix clang tidy errors
2 participants