invalid-email (ODOO015)
Preview (since 0.16.2.2) · Related issues · View source
Derived from the odoo linter.
This rule is unstable and in preview. The --preview flag is required for use.
What it does
Checks that the support key in an Odoo module's __manifest__.py, if present, is a
syntactically valid email address.
Why is this bad?
Odoo displays this as the module's support contact; an invalid address can't be reached.