-
-
Notifications
You must be signed in to change notification settings - Fork 5
style(clang-tidy): fix misc-use-anonymous-namespace #1699
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
style(clang-tidy): fix misc-use-anonymous-namespace #1699
Conversation
Looks generally good, but keep in mind that when you use the anonymous namespace, you should also remove the |
Thanks for catching it. It's either static or anonymous namespace. |
@jviotti Do you have any comments on this PR? |
Sorry for the delay. I added a few more comments! |
fixes sourcemeta#1678 Signed-off-by: Balakrishna Avulapati <[email protected]>
Signed-off-by: Balakrishna Avulapati <[email protected]>
Signed-off-by: Balakrishna Avulapati <[email protected]>
b5c5b63
to
4c62a4e
Compare
Signed-off-by: Balakrishna Avulapati <[email protected]>
@jviotti Addressed comments. PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
fixes #1678