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.

66 lines
1.7 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. development-status-allowed,
  22. duplicate-id-csv,
  23. duplicate-key,
  24. duplicate-xml-fields,
  25. duplicate-xml-record-id,
  26. eval-referenced,
  27. eval-used,
  28. incoherent-interpreter-exec-perm,
  29. license-allowed,
  30. manifest-author-string,
  31. manifest-deprecated-key,
  32. manifest-required-author,
  33. manifest-required-key,
  34. manifest-version-format,
  35. method-compute,
  36. method-inverse,
  37. method-required-super,
  38. method-search,
  39. missing-import-error,
  40. missing-manifest-dependency,
  41. openerp-exception-warning,
  42. pointless-statement,
  43. pointless-string-statement,
  44. print-used,
  45. redundant-keyword-arg,
  46. redundant-modulename-xml,
  47. reimported,
  48. relative-import,
  49. return-in-init,
  50. rst-syntax-error,
  51. sql-injection,
  52. too-few-format-args,
  53. translation-field,
  54. translation-required,
  55. unreachable,
  56. use-vim-comment,
  57. wrong-tabs-instead-of-spaces,
  58. xml-syntax-error
  59. [REPORTS]
  60. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  61. output-format=colorized
  62. reports=no