-
Notifications
You must be signed in to change notification settings - Fork 2.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
Setup CPP/Python linter #2624
Comments
Is the suffix a part of chromium or Google coding style? If it is clang format should take care of it? I saw in the clang format file the based on line is commented |
Both
Yeah, it could be because we don't follow the function naming convention in Taichi? |
Can we somehow override that?
…On Sun, Aug 1, 2021, 9:26 PM Ye Kuang ***@***.***> wrote:
Is the suffix a part of chromium or Google coding style?
Both
I saw in the clang format file the based on line is commented
Yeah, it could be because we don't follow the function naming convention
in Taichi?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2624 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACY7Q5H3QDG62HMCGEOSF43T2YM63ANCNFSM5BLF7TCQ>
.
|
I believe so, but haven't really systematically learnt clang-format |
If possible, I'd like bots to take over my job of making comments like "add an
_
suffix" 😂Possible solution:
https://github.com/github/super-linter
The text was updated successfully, but these errors were encountered: