You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think we should let TODOs exist for too long (I personally believe they should not be committed to main), and while browsing the code I found this existing TODO:
- id: oca-checks-odoo-module
name: Checks for Odoo modules
description: Multiple checks for Odoo modules
entry: oca-checks-odoo-module
args: []
language: python
types_or: ["csv", "python", "xml"]
# TODO: Check if should consider uppercase extension
files: \.(csv|xml)$|/\_\_(manifest|openerp)\_\_.py$
If I understand correctly, currently mymodule.xml will be passed on to the hook, but mymodule.XML won't. I think this is fine but we might as well settle the debate to end this TODO.
The text was updated successfully, but these errors were encountered:
I don't think we should let TODOs exist for too long (I personally believe they should not be committed to main), and while browsing the code I found this existing TODO:
If I understand correctly, currently
mymodule.xml
will be passed on to the hook, butmymodule.XML
won't. I think this is fine but we might as well settle the debate to end this TODO.The text was updated successfully, but these errors were encountered: