update pylint10, corrije authors manifest
This commit is contained in:
parent
0889cdfc3a
commit
4207afbc3f
9 changed files with 139 additions and 195 deletions
|
|
@ -2,65 +2,58 @@
|
|||
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=Odoo Community Association (OCA)
|
||||
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,Other OSI approved licence,Other proprietary
|
||||
valid_odoo_versions=16.0,17.0,18.0
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
disable=all
|
||||
|
||||
enable=anomalous-backslash-in-string,
|
||||
api-one-deprecated,
|
||||
api-one-multi-together,
|
||||
assignment-from-none,
|
||||
attribute-deprecated,
|
||||
class-camelcase,
|
||||
consider-merging-classes-inherited,
|
||||
context-overridden,
|
||||
copy-wo-api-one,
|
||||
dangerous-default-value,
|
||||
dangerous-view-replace-wo-priority,
|
||||
deprecated-name-get,
|
||||
deprecated-odoo-model-method,
|
||||
development-status-allowed,
|
||||
duplicate-id-csv,
|
||||
duplicate-key,
|
||||
duplicate-xml-fields,
|
||||
duplicate-xml-record-id,
|
||||
eval-referenced,
|
||||
eval-used,
|
||||
incoherent-interpreter-exec-perm,
|
||||
except-pass,
|
||||
external-request-timeout,
|
||||
inheritable-method-lambda,
|
||||
inheritable-method-string,
|
||||
invalid-commit,
|
||||
license-allowed,
|
||||
manifest-author-string,
|
||||
manifest-behind-migrations,
|
||||
manifest-data-duplicated,
|
||||
manifest-deprecated-key,
|
||||
manifest-maintainers-list,
|
||||
manifest-required-author,
|
||||
manifest-required-key,
|
||||
manifest-superfluous-key,
|
||||
manifest-version-format,
|
||||
method-compute,
|
||||
method-inverse,
|
||||
method-required-super,
|
||||
method-search,
|
||||
missing-import-error,
|
||||
missing-manifest-dependency,
|
||||
openerp-exception-warning,
|
||||
missing-readme,
|
||||
missing-return,
|
||||
no-raise-unlink,
|
||||
no-write-in-compute,
|
||||
odoo-addons-relative-import,
|
||||
odoo-exception-warning,
|
||||
pointless-statement,
|
||||
pointless-string-statement,
|
||||
print-used,
|
||||
prohibited-method-override,
|
||||
redundant-keyword-arg,
|
||||
redundant-modulename-xml,
|
||||
reimported,
|
||||
relative-import,
|
||||
return-in-init,
|
||||
rst-syntax-error,
|
||||
renamed-field-parameter,
|
||||
resource-not-exist,
|
||||
sql-injection,
|
||||
test-folder-imported,
|
||||
too-few-format-args,
|
||||
translation-field,
|
||||
translation-positional-used,
|
||||
translation-required,
|
||||
unreachable,
|
||||
use-vim-comment,
|
||||
wrong-tabs-instead-of-spaces,
|
||||
xml-syntax-error
|
||||
use-vim-comment
|
||||
|
||||
[REPORTS]
|
||||
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue