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

Fix wrong usage of 'exclude' for the clang-tidy CI check #5262

Merged
merged 1 commit into from
May 22, 2024

Conversation

nirvn
Copy link
Member

@nirvn nirvn commented May 22, 2024

The exclude parameter covers files, not check names. I've tried to come up with a narrower set of checks to insure we actually look at what's being told to us vs. ignoring :)

@qfield-fairy
Copy link
Collaborator

Copy link
Member

@m-kuhn m-kuhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok... But should we really have so many *?

@nirvn
Copy link
Member Author

nirvn commented May 22, 2024

@m-kuhn , this list was derived from the default value (see https://github.com/ZedThree/clang-tidy-review?tab=readme-ov-file#inputs), which had a bunch of *.

@m-kuhn
Copy link
Member

m-kuhn commented May 22, 2024

Merge ahead if you feel confident about it, you've seen a couple of feedback already

@nirvn nirvn merged commit e86ce40 into master May 22, 2024
23 checks passed
@nirvn nirvn deleted the clang_tidy_fix branch May 22, 2024 10:19
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.

None yet

3 participants