-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pylintrc-mandatory
55 lines (50 loc) · 1.33 KB
/
.pylintrc-mandatory
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[MASTER]
load-plugins=pylint_odoo
score=n
[ODOOLINT]
readme-template-url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
manifest-required-keys=license
manifest-deprecated-keys=active
valid-odoo-versions=18.0
[MESSAGES CONTROL]
disable=all
enable=attribute-deprecated,
manifest-author-string,
manifest-deprecated-key,
manifest-required-key,
manifest-version-format,
method-compute,
method-inverse,
method-required-super,
method-search,
print-used,
sql-injection,
translation-field,
translation-required,
use-vim-comment,
attribute-string-redundant,
bad-builtin-groupby,
context-overridden,
external-request-timeout,
manifest-data-duplicated,
missing-return,
no-raise-unlink,
no-wizard-in-models,
no-write-in-compute,
odoo-exception-warning,
renamed-field-parameter,
resource-not-exist,
test-folder-imported,
translation-contains-variable,
translation-format-interpolation,
translation-format-truncated,
translation-fstring-interpolation,
translation-not-lazy,
translation-positional-used,
translation-too-few-args,
translation-too-many-args,
translation-unsupported-format
[REPORTS]
msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
output-format=colorized
reports=no