addons-cm/.pylintrc-mandatory

61 lines
1.4 KiB
Text

[MASTER]
load-plugins=pylint_odoo
score=n
[MESSAGES CONTROL]
disable=all
enable=anomalous-backslash-in-string,
assignment-from-none,
attribute-deprecated,
consider-merging-classes-inherited,
context-overridden,
dangerous-default-value,
deprecated-name-get,
deprecated-odoo-model-method,
development-status-allowed,
duplicate-key,
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-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,
renamed-field-parameter,
resource-not-exist,
sql-injection,
test-folder-imported,
too-few-format-args,
translation-field,
translation-positional-used,
translation-required,
use-vim-comment
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no