diff doc/reports.txt @ 916:5d9fedf2f851 0.6.x

0.6dev: Merged [997] from trunk.
author hodgestar
date Mon, 23 May 2011 09:39:11 +0000
parents 8a2f0c474d0d
children
line wrap: on
line diff
--- a/doc/reports.txt
+++ b/doc/reports.txt
@@ -121,6 +121,9 @@
 |                 | ``convention \| warning \| refactor \| error``           |
 +-----------------+----------------------------------------------------------+
 
+Each ``<problem />`` elements may contain a ``<msg>`` element whose
+text is the issue description reported by pylint.
+
 Example:
 
 .. code-block:: xml
@@ -130,6 +133,6 @@
                 line="17"
                 tag="TestResultsChartGenerator"
                 file="bitten/report/testing.py">
-            Missing docstring
+            <msg>Missing docstring</msg>
         </problem>
     </report>
Copyright (C) 2012-2017 Edgewall Software