Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix the two other clang-tidy warnings #110

Merged
merged 1 commit into from
Jan 25, 2024
Merged

Fix the two other clang-tidy warnings #110

merged 1 commit into from
Jan 25, 2024

Conversation

lukhnos
Copy link
Collaborator

@lukhnos lukhnos commented Jan 25, 2024

This fixes the cert-err33-c and readability-magic-numbers warnings as the follow-up to @xatier's #109.

Also uses the const T& instead of T const& parameter type in InputState.h to maintain consistency.

This fixes the `cert-err33-c` and `readability-magic-numbers` warnings
as the follow-up to #109.

Also uses the `const T&` instead of `T const&` parameter type in
`InputState.h` to maintain consistency.
@lukhnos lukhnos requested a review from zonble January 25, 2024 14:33
Copy link
Collaborator

@zonble zonble left a comment

Choose a reason for hiding this comment

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

LGTM :)

Copy link
Contributor

@xatier xatier left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks!

@lukhnos lukhnos merged commit 1ed4b7f into master Jan 25, 2024
6 checks passed
@lukhnos lukhnos deleted the dev/fix-clang-tidy branch January 31, 2024 01:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants