-
Notifications
You must be signed in to change notification settings - Fork 628
[PWGLF] Added TOF condition #12431
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
[PWGLF] Added TOF condition #12431
Conversation
|
O2 linter results: ❌ 20 errors, |
|
Dear experts, I have worked hard to fix the O2 linter issues, and I think I have changed almost everything except for a few minor ones. Thank you |
|
@JimunLee thanks , still you have a few errors related to " Use lowerCamelCase for names of functions and variables". Could you please fix this |
@dmallick2 thank you for giving your feedback, and I have fixed a few errors regarding "Use lowerCamelCase for names of functions and variables". But related to some remaining cases, I prefer to use the expression instead of following o2 linter comments because of easily understanding the meaning of them for me. So, I would like to keep them! Thank you! |
|
Hi @JimunLee , thanks for the effort to fix the errors. |
|
Hi @vkucera, Thank you for comments! I was under the impression that the O2linter comments were fully optional to implement? However, I will try to make some changes for my next PR! Best Regards, |
|
Hi @JimunLee , passing the O2 linter test is not required to merge a PR because we want to avoid blocking PRs by issues introduced by a third person earlier.
If the rationale of some errors is not clear to you, please check the summary table and links in the linter output. |
Co-authored-by: jimun_lee <jimun.lee@cern.ch>
Co-authored-by: jimun_lee <jimun.lee@cern.ch>
Co-authored-by: jimun_lee <jimun.lee@cern.ch>
Dear experts,
I just fixed the conditions of TOF.
Thank you
Jimun Lee