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.

96 lines
2.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=15.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. 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. attribute-string-redundant,
  58. character-not-valid-in-resource-link,
  59. consider-merging-classes-inherited,
  60. context-overridden,
  61. create-user-wo-reset-password,
  62. dangerous-filter-wo-user,
  63. dangerous-qweb-replace-wo-priority,
  64. deprecated-data-xml-node,
  65. deprecated-openerp-xml-node,
  66. duplicate-po-message-definition,
  67. except-pass,
  68. file-not-used,
  69. invalid-commit,
  70. manifest-maintainers-list,
  71. missing-newline-extrafiles,
  72. missing-readme,
  73. missing-return,
  74. odoo-addons-relative-import,
  75. old-api7-method-defined,
  76. po-msgstr-variables,
  77. po-syntax-error,
  78. renamed-field-parameter,
  79. resource-not-exist,
  80. str-format-used,
  81. test-folder-imported,
  82. translation-contains-variable,
  83. translation-positional-used,
  84. unnecessary-utf8-coding-comment,
  85. website-manifest-key-not-valid-uri,
  86. xml-attribute-translatable,
  87. xml-deprecated-qweb-directive,
  88. xml-deprecated-tree-attribute
  89. [REPORTS]
  90. msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
  91. output-format=colorized
  92. reports=no