Closed moylop260 closed 2 years ago
Add support to disable checks for XML files based on comments
e.g.
<?xml version="1.0" encoding="utf-8"?> <!-- oca-hooks:disable=xml-deprecated-openerp-node --> <odoo> ... </odoo>
In this case the check xml-deprecated-openerp-node will be disabled only for this file
xml-deprecated-openerp-node
Fix https://github.com/OCA/odoo-pre-commit-hooks/issues/40
Add support to disable checks for XML files based on comments
e.g.
In this case the check
xml-deprecated-openerp-node
will be disabled only for this fileFix https://github.com/OCA/odoo-pre-commit-hooks/issues/40