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 clang-tidy benign warnings #185

Merged
merged 3 commits into from Feb 14, 2023
Merged

Conversation

marcomagdy
Copy link
Contributor

@marcomagdy marcomagdy commented Feb 14, 2023

Disabled the parameters easily swappable warning because there isn't an easy way to fix that in C++ without introducing another library or a lot of boilerplate code. The code is small enough to not warrant introducing solutions to avoid that warnings.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Disabled the parameters easily swappable warning because there isn't
an easy way to fix that in C++ without introducing another library or
a lot of boilerplate code.

The code is small enough to not warrant introducing solutions to avoid
that warnings.
Marco Magdy added 2 commits February 14, 2023 11:54
Explicitly skip the files rather than mark them with clang-format
on/off because marking the files still takes many cpu cycles. Skipping
the files in bash is instant.
@marcomagdy
Copy link
Contributor Author

@bmoffatt this should fix CI

@bmoffatt
Copy link
Collaborator

Nice! Thanks!

@bmoffatt bmoffatt merged commit fbfdaec into awslabs:master Feb 14, 2023
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

2 participants