Skip to content

Commit

Permalink
[REF] README: Auto-update Using pylint_odoo.messages2rst()
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 committed May 24, 2022
1 parent 4b6fcbe commit 3720931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -55,6 +55,8 @@ Enable custom checks for Odoo modules.
+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+
| E8105 | Use of ``str.format`` method in a translated string. Use ``_("%(varname)s") % {"varname": value}`` instead. Be careful https://lucumr.pocoo.org/2016/12/29/careful-with-str-format | str-format-used |
+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+
| E8106 | Use of external request method ``%s`` without timeout. It could wait for a long time | external-request-timeout |
+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+
| F8101 | File "%s": "%s" not found. | resource-not-exist |
+-------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------------------------------------+
| R7980 | Consider merging classes inherited to "%s" from %s. | consider-merging-classes-inherited |
Expand Down

0 comments on commit 3720931

Please sign in to comment.