OCA / odoo-pre-commit-hooks

Linters of Odoo addons that complement pylint-odoo
GNU Affero General Public License v3.0
9 stars 11 forks source link

[REF] Support `<!-- pylint:disable=CHECK-NAME` and show deprecate warning #59

Closed moylop260 closed 1 year ago

moylop260 commented 1 year ago

There are code disabling checks from xml files but using the old pylint way

It should be supported in order to avoid raising new errros but showing a deprecating warning in order to forces to use the new way but without raising errors