@@ -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,40 +54,28 @@ 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+ missing-manifest-dependency ,
70+ too-complex ,
6971 # messages that do not cause the lint step to fail
7072 consider-merging-classes-inherited,
71- create-user-wo-reset-password,
72- dangerous-filter-wo-user,
7373 deprecated-module,
74- file-not-used,
7574 invalid-commit,
76- missing-manifest-dependency,
77- missing-newline-extrafiles,
7875 missing-readme,
79- no-utf8-coding-comment,
8076 odoo-addons-relative-import,
81- old-api7-method-defined,
8277 redefined-builtin,
83- too-complex,
84- unnecessary-utf8-coding-comment
78+ manifest-external-assets
8579
8680
8781[REPORTS]
0 commit comments