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.

65 lines
1.6 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_authors=Odoo Community Association (OCA)
  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=13.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-author,
  32. manifest-required-key,
  33. manifest-version-format,
  34. method-compute,
  35. method-inverse,
  36. method-required-super,
  37. method-search,
  38. missing-import-error,
  39. missing-manifest-dependency,
  40. openerp-exception-warning,
  41. pointless-statement,
  42. pointless-string-statement,
  43. print-used,
  44. redundant-keyword-arg,
  45. redundant-modulename-xml,
  46. reimported,
  47. relative-import,
  48. return-in-init,
  49. rst-syntax-error,
  50. sql-injection,
  51. too-few-format-args,
  52. translation-field,
  53. translation-required,
  54. unreachable,
  55. use-vim-comment,
  56. wrong-tabs-instead-of-spaces,
  57. xml-syntax-error
  58. [REPORTS]
  59. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  60. output-format=colorized
  61. reports=no