@@ -23,19 +23,25 @@ disable=all
2323enable =anomalous-backslash-in-string,
2424 api-one-deprecated,
2525 api-one-multi-together,
26- assignment-from-none,
27- attribute-deprecated,
2826 class-camelcase,
29- dangerous-default-value,
3027 dangerous-view-replace-wo-priority,
31- development-status-allowed,
3228 duplicate-id-csv,
33- duplicate-key,
3429 duplicate-xml-fields,
3530 duplicate-xml-record-id,
3631 eval-referenced,
37- eval-used,
3832 incoherent-interpreter-exec-perm,
33+ openerp-exception-warning,
34+ redundant-modulename-xml,
35+ relative-import,
36+ rst-syntax-error,
37+ wrong-tabs-instead-of-spaces,
38+ xml-syntax-error,
39+ assignment-from-none,
40+ attribute-deprecated,
41+ dangerous-default-value,
42+ development-status-allowed,
43+ duplicate-key,
44+ eval-used,
3945 license-allowed,
4046 manifest-author-string,
4147 manifest-deprecated-key,
@@ -46,72 +52,67 @@ enable=anomalous-backslash-in-string,
4652 method-inverse,
4753 method-required-super,
4854 method-search,
49- openerp-exception-warning,
5055 pointless-statement,
5156 pointless-string-statement,
5257 print-used,
5358 redundant-keyword-arg,
54- redundant-modulename-xml,
5559 reimported,
56- relative-import,
5760 return-in-init,
58- rst-syntax-error,
5961 sql-injection,
6062 too-few-format-args,
6163 translation-field,
6264 translation-required,
6365 unreachable,
6466 use-vim-comment,
65- wrong-tabs-instead-of-spaces,
66- xml-syntax-error,
67- attribute-string-redundant,
6867 character-not-valid-in-resource-link,
69- consider-merging-classes-inherited,
70- context-overridden,
7168 create-user-wo-reset-password,
7269 dangerous-filter-wo-user,
7370 dangerous-qweb-replace-wo-priority,
7471 deprecated-data-xml-node,
7572 deprecated-openerp-xml-node,
7673 duplicate-po-message-definition,
77- except-pass,
7874 file-not-used,
75+ missing-newline-extrafiles,
76+ old-api7-method-defined,
77+ po-msgstr-variables,
78+ po-syntax-error,
79+ str-format-used,
80+ unnecessary-utf8-coding-comment,
81+ xml-attribute-translatable,
82+ xml-deprecated-qweb-directive,
83+ xml-deprecated-tree-attribute,
84+ attribute-string-redundant,
85+ consider-merging-classes-inherited,
86+ context-overridden,
87+ except-pass,
7988 invalid-commit,
8089 manifest-maintainers-list,
81- missing-newline-extrafiles,
8290 missing-readme,
8391 missing-return,
8492 odoo-addons-relative-import,
85- old-api7-method-defined,
86- po-msgstr-variables,
87- po-syntax-error,
8893 renamed-field-parameter,
8994 resource-not-exist,
90- str-format-used,
9195 test-folder-imported,
9296 translation-contains-variable,
9397 translation-positional-used,
94- unnecessary-utf8-coding-comment,
9598 website-manifest-key-not-valid-uri,
96- xml-attribute-translatable,
97- xml-deprecated-qweb-directive,
98- xml-deprecated-tree-attribute,
99- # messages that do not cause the lint step to fail
100- consider-merging-classes-inherited,
99+ missing-manifest-dependency,
100+ too-complex,,
101101 create-user-wo-reset-password,
102102 dangerous-filter-wo-user,
103- deprecated-module,
104103 file-not-used,
105- invalid-commit,
106- missing-manifest-dependency,
107104 missing-newline-extrafiles,
108- missing-readme,
109105 no-utf8-coding-comment,
110- odoo-addons-relative-import,
111106 old-api7-method-defined,
107+ unnecessary-utf8-coding-comment,
108+ # messages that do not cause the lint step to fail
109+ consider-merging-classes-inherited,
110+ deprecated-module,
111+ invalid-commit,
112+ missing-readme,
113+ odoo-addons-relative-import,
112114 redefined-builtin,
113- too-complex,
114- unnecessary-utf8-coding-comment
115+ manifest-external-assets
115116
116117
117118[REPORTS]
0 commit comments