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.

64 lines
1.6 KiB

4 years ago
  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_authors=
  7. manifest_required_keys=license
  8. manifest_deprecated_keys=description,active
  9. license_allowed=AGPL-3,GPL-2,GPL-2 or any later version,GPL-3,GPL-3 or any later version,LGPL-3
  10. valid_odoo_versions=12.0
  11. [MESSAGES CONTROL]
  12. disable=all
  13. enable=anomalous-backslash-in-string,
  14. api-one-deprecated,
  15. api-one-multi-together,
  16. assignment-from-none,
  17. attribute-deprecated,
  18. class-camelcase,
  19. dangerous-default-value,
  20. dangerous-view-replace-wo-priority,
  21. duplicate-id-csv,
  22. duplicate-key,
  23. duplicate-xml-fields,
  24. duplicate-xml-record-id,
  25. eval-referenced,
  26. eval-used,
  27. incoherent-interpreter-exec-perm,
  28. license-allowed,
  29. manifest-author-string,
  30. manifest-deprecated-key,
  31. manifest-required-key,
  32. manifest-version-format,
  33. method-compute,
  34. method-inverse,
  35. method-required-super,
  36. method-search,
  37. missing-import-error,
  38. missing-manifest-dependency,
  39. openerp-exception-warning,
  40. pointless-statement,
  41. pointless-string-statement,
  42. print-used,
  43. redundant-keyword-arg,
  44. redundant-modulename-xml,
  45. reimported,
  46. relative-import,
  47. return-in-init,
  48. rst-syntax-error,
  49. sql-injection,
  50. too-few-format-args,
  51. translation-field,
  52. translation-required,
  53. unreachable,
  54. use-vim-comment,
  55. wrong-tabs-instead-of-spaces,
  56. xml-syntax-error
  57. [REPORTS]
  58. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  59. output-format=colorized
  60. reports=no