You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.4 KiB

  1. [MASTER]
  2. load-plugins=pylint_odoo
  3. score=n
  4. [ODOOLINT]
  5. readme_template_url="https://github.com/OCA/maintainer-tools/blob/master/template/module/README.rst"
  6. manifest_required_keys=license
  7. manifest_deprecated_keys=active
  8. valid_odoo_versions=14.0
  9. [MESSAGES CONTROL]
  10. disable=all
  11. enable=anomalous-backslash-in-string,
  12. api-one-deprecated,
  13. api-one-multi-together,
  14. assignment-from-none,
  15. attribute-deprecated,
  16. class-camelcase,
  17. dangerous-default-value,
  18. dangerous-view-replace-wo-priority,
  19. duplicate-id-csv,
  20. duplicate-key,
  21. duplicate-xml-fields,
  22. duplicate-xml-record-id,
  23. eval-referenced,
  24. eval-used,
  25. incoherent-interpreter-exec-perm,
  26. manifest-author-string,
  27. manifest-deprecated-key,
  28. manifest-required-key,
  29. manifest-version-format,
  30. method-compute,
  31. method-inverse,
  32. method-required-super,
  33. method-search,
  34. missing-import-error,
  35. missing-manifest-dependency,
  36. openerp-exception-warning,
  37. pointless-statement,
  38. pointless-string-statement,
  39. print-used,
  40. redundant-keyword-arg,
  41. redundant-modulename-xml,
  42. reimported,
  43. relative-import,
  44. return-in-init,
  45. rst-syntax-error,
  46. sql-injection,
  47. too-few-format-args,
  48. translation-field,
  49. translation-required,
  50. unreachable,
  51. use-vim-comment,
  52. wrong-tabs-instead-of-spaces,
  53. xml-syntax-error
  54. [REPORTS]
  55. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  56. output-format=colorized
  57. reports=no