-
Notifications
You must be signed in to change notification settings - Fork 3k
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 format broken under osx #38427
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ted Xu <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tedxu The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@tedxu Please associate the related issue to the body of your Pull Request. (eg. “issue: #”) |
@@ -9,7 +9,7 @@ fi | |||
cat ${LICENSE} > /dev/null || exit -1 | |||
|
|||
FILES=`find ${FOLDER} \ | |||
| grep -E "(*\.cpp$|*\.h$|*\.cu$)" \ | |||
| grep "(\.cpp\|\.h\|\.cu)$" \ |
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.
Is it a typo here? 'cu' should be 'cc'?
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.
cu might cuda files
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38427 +/- ##
==========================================
- Coverage 80.90% 80.89% -0.01%
==========================================
Files 1376 1373 -3
Lines 192740 192959 +219
==========================================
+ Hits 155938 156097 +159
- Misses 31289 31350 +61
+ Partials 5513 5512 -1
|
See: #38434