@@ -25,19 +25,25 @@ disable=all
2525enable =anomalous-backslash-in-string,
2626 api-one-deprecated,
2727 api-one-multi-together,
28- assignment-from-none,
29- attribute-deprecated,
3028 class-camelcase,
31- dangerous-default-value,
3229 dangerous-view-replace-wo-priority,
33- development-status-allowed,
3430 duplicate-id-csv,
35- duplicate-key,
3631 duplicate-xml-fields,
3732 duplicate-xml-record-id,
3833 eval-referenced,
39- eval-used,
4034 incoherent-interpreter-exec-perm,
35+ openerp-exception-warning,
36+ redundant-modulename-xml,
37+ relative-import,
38+ rst-syntax-error,
39+ wrong-tabs-instead-of-spaces,
40+ xml-syntax-error,
41+ assignment-from-none,
42+ attribute-deprecated,
43+ dangerous-default-value,
44+ development-status-allowed,
45+ duplicate-key,
46+ eval-used,
4147 license-allowed,
4248 manifest-author-string,
4349 manifest-deprecated-key,
@@ -48,73 +54,68 @@ enable=anomalous-backslash-in-string,
4854 method-inverse,
4955 method-required-super,
5056 method-search,
51- openerp-exception-warning,
5257 pointless-statement,
5358 pointless-string-statement,
5459 print-used,
5560 redundant-keyword-arg,
56- redundant-modulename-xml,
5761 reimported,
58- relative-import,
5962 return-in-init,
60- rst-syntax-error,
6163 sql-injection,
6264 too-few-format-args,
6365 translation-field,
6466 translation-required,
6567 unreachable,
6668 use-vim-comment,
67- wrong-tabs-instead-of-spaces,
68- xml-syntax-error,
69- attribute-string-redundant,
7069 character-not-valid-in-resource-link,
71- consider-merging-classes-inherited,
72- context-overridden,
7370 create-user-wo-reset-password,
7471 dangerous-filter-wo-user,
7572 dangerous-qweb-replace-wo-priority,
7673 deprecated-data-xml-node,
7774 deprecated-openerp-xml-node,
7875 duplicate-po-message-definition,
79- except-pass,
8076 file-not-used,
77+ missing-newline-extrafiles,
78+ old-api7-method-defined,
79+ po-msgstr-variables,
80+ po-syntax-error,
81+ str-format-used,
82+ unnecessary-utf8-coding-comment,
83+ xml-attribute-translatable,
84+ xml-deprecated-qweb-directive,
85+ xml-deprecated-tree-attribute,
86+ attribute-string-redundant,
87+ consider-merging-classes-inherited,
88+ context-overridden,
89+ except-pass,
8190 invalid-commit,
8291 manifest-maintainers-list,
83- missing-newline-extrafiles,
8492 missing-readme,
8593 missing-return,
8694 odoo-addons-relative-import,
87- old-api7-method-defined,
88- po-msgstr-variables,
89- po-syntax-error,
9095 renamed-field-parameter,
9196 resource-not-exist,
92- str-format-used,
9397 test-folder-imported,
9498 translation-contains-variable,
9599 translation-positional-used,
96- unnecessary-utf8-coding-comment,
97100 website-manifest-key-not-valid-uri,
98- xml-attribute-translatable,
99- xml-deprecated-qweb-directive,
100- xml-deprecated-tree-attribute,
101101 external-request-timeout,
102- # messages that do not cause the lint step to fail
103- consider-merging-classes-inherited ,
102+ missing-manifest-dependency,
103+ too-complex, ,
104104 create-user-wo-reset-password,
105105 dangerous-filter-wo-user,
106- deprecated-module,
107106 file-not-used,
108- invalid-commit,
109- missing-manifest-dependency,
110107 missing-newline-extrafiles,
111- missing-readme,
112108 no-utf8-coding-comment,
113- odoo-addons-relative-import,
114109 old-api7-method-defined,
110+ unnecessary-utf8-coding-comment,
111+ # messages that do not cause the lint step to fail
112+ consider-merging-classes-inherited,
113+ deprecated-module,
114+ invalid-commit,
115+ missing-readme,
116+ odoo-addons-relative-import,
115117 redefined-builtin,
116- too-complex,
117- unnecessary-utf8-coding-comment
118+ manifest-external-assets
118119
119120
120121[REPORTS]
0 commit comments