manifest-maintainers-list (ODOO011)
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 maintainers key in an Odoo module's __manifest__.py, if present, is a
list of strings.
Why is this bad?
Odoo expects maintainers to be a list of GitHub usernames (strings).
Example
Use instead: