Skip to content

Commit

Permalink
Merge pull request #27 from vauxoo-dev/master-oca-readme-new-checks
Browse files Browse the repository at this point in the history
[REF] README.rst: Updating new checks
  • Loading branch information
pedrobaeza committed May 11, 2016
2 parents 7e99c91 + 9cc7633 commit 6a8f696
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Enable custom checks for Odoo modules.
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| C8106 | Wrong Version Format "%s" in manifest file. Regex to match: "%s" | manifest-version-format |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| C8107 | String parameter of raise "%s" requires translation. Use _(%s) | translation-required |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| C8201 | No UTF-8 coding comment found: Use ``# coding: utf-8`` or ``# -*- coding: utf-8 -*-`` | no-utf8-coding-comment |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| E7901 | %s:%s %s | rst-syntax-error |
Expand All @@ -45,6 +47,14 @@ Enable custom checks for Odoo modules.
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W7906 | Duplicate id "%s" in ir.model.access.csv file | duplicate-id-csv |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W7907 | Duplicate xml field "%s" | duplicate-xml-fields |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W7908 | %s Missing newline | missing-newline-extrafiles |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W7909 | %s Redundant name module reference in xml_ids "%s". | redundant-modulename-xml |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W7910 | %s:%s Use wrong tabs indentation instead of four spaces | wrong-tabs-instead-of-spaces |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W8101 | Detected api.one and api.multi decorators together. | api-one-multi-together |
+-------+--------------------------------------------------------------------------------------------------------------------------------+----------------------------------+
| W8102 | Missing api.one or api.multi in copy function. | copy-wo-api-one |
Expand Down

0 comments on commit 6a8f696

Please sign in to comment.