-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat(overrides): ignore (max|min)(xyz) in .xml #280
Conversation
@shmpwk Could you look at other PRs and explain what each word means? 🙇 |
Also, you can consider ignoring words in README files. |
Thank you for your review. |
@@ -136,6 +136,7 @@ | |||
{ | |||
"filename": "**/{*.cpp,*.hpp,*.py,*.sh,*.xml,*.yaml,CMakeLists.txt}", | |||
"ignoreRegExpList": [ | |||
"(max|min)(xyz)", |
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.
It's a good solution, but I think we have to encourage people to replace minx
with min_x
.
So I'm sorry, but could you close this PR and leave the min/max typos as they are? 🙏
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.
Ok!
Close by #280 (comment) |
In order to add unknown words below:
https://github.com/autowarefoundation/autoware.universe/runs/6571869093?check_suite_focus=true