@@ -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,72 +54,67 @@ 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,
101- # messages that do not cause the lint step to fail
102- consider-merging-classes-inherited,
101+ missing-manifest-dependency,
102+ too-complex,,
103103 create-user-wo-reset-password,
104104 dangerous-filter-wo-user,
105- deprecated-module,
106105 file-not-used,
107- invalid-commit,
108- missing-manifest-dependency,
109106 missing-newline-extrafiles,
110- missing-readme,
111107 no-utf8-coding-comment,
112- odoo-addons-relative-import,
113108 old-api7-method-defined,
109+ unnecessary-utf8-coding-comment,
110+ # messages that do not cause the lint step to fail
111+ consider-merging-classes-inherited,
112+ deprecated-module,
113+ invalid-commit,
114+ missing-readme,
115+ odoo-addons-relative-import,
114116 redefined-builtin,
115- too-complex,
116- unnecessary-utf8-coding-comment
117+ manifest-external-assets
117118
118119
119120[REPORTS]
0 commit comments