-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Remove not needed clang-format off comments #24959
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
The head ref may contain hidden characters: "2204-no-format-off-\u{1F51D}"
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
fa1ca34 to
faa9392
Compare
Can be reviewed with --word-diff-regex=. --ignore-all-space
vincenzopalazzo
left a comment
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.
ACK faa9392
faa9392 to
fa870e3
Compare
|
Force pushed to remove an empty line |
fanquake
left a comment
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.
ACK fa870e3
It seems odd to disable clang-format and force manual formatting when there is no need for it. So remove the clang-format comments and other unneeded comments.
Can be reviewed with
--word-diff-regex=. --ignore-all-spaceLooks like this was initially added in commit d9d7957 to accommodate a linter that has since been removed and replaced by a functional test.