[FIX] dotfiles for 17.0

This commit is contained in:
Luc De Meyer
2024-01-26 17:35:39 +01:00
parent eca974d8d1
commit 5e3eb2afbd
7 changed files with 65 additions and 62 deletions

View File

@@ -1,16 +1,17 @@
[MASTER]
ignore-patterns=["^.*/TODO/.*$"]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
# readme_template_url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
manifest_required_authors=Noviat
manifest_required_keys=license
manifest_deprecated_keys=description,active
license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid_odoo_versions=17.0
# readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
manifest-required-authors=Noviat
manifest-required-keys=license
manifest-deprecated-keys=description,active
license-allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
valid-odoo-versions=17.0
[MESSAGES CONTROL]
disable=all
@@ -41,7 +42,7 @@ enable=anomalous-backslash-in-string,
license-allowed,
manifest-author-string,
manifest-deprecated-key,
# manifest-required-author,
manifest-required-author,
manifest-required-key,
manifest-version-format,
method-compute,