-
-
Notifications
You must be signed in to change notification settings - Fork 13
[IMP] add xml-oe-structure-missing-id check #78
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
Conversation
Can you review @moylop260 @luisg123v |
98750ae
to
8f8cf88
Compare
Thanks for the review @luisg123v, I've made the corrections |
Could you re-check it, please? |
8f8cf88
to
bb4623d
Compare
Closes OCA#27. This checks generates a message whenever a tag with 'oe_structure' in its classes has no id attribute.
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.
LGTM 👍
Just be aware you will need to consider this case in the xpath performance change (#79) if this one is merged before that one; or the other way around if that one is merged before this one.
/ocabot merge nobump |
Sorry @luisg123v you are not allowed to merge. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
Don't blame me for trying 😄 |
/ocabot merge nobump |
On my way to merge this fine PR! |
Closes #27.
This checks generates a message whenever a tag with 'oe_structure' in its classes has no id attribute.