comparison 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
comparison
equal deleted inserted replaced
914:bcc8f7f95b77 916:5d9fedf2f851
119 +-----------------+----------------------------------------------------------+ 119 +-----------------+----------------------------------------------------------+
120 | ``category`` | Category for problem; | 120 | ``category`` | Category for problem; |
121 | | ``convention \| warning \| refactor \| error`` | 121 | | ``convention \| warning \| refactor \| error`` |
122 +-----------------+----------------------------------------------------------+ 122 +-----------------+----------------------------------------------------------+
123 123
124 Each ``<problem />`` elements may contain a ``<msg>`` element whose
125 text is the issue description reported by pylint.
126
124 Example: 127 Example:
125 128
126 .. code-block:: xml 129 .. code-block:: xml
127 130
128 <report category="lint"> 131 <report category="lint">
129 <problem category="convention" 132 <problem category="convention"
130 line="17" 133 line="17"
131 tag="TestResultsChartGenerator" 134 tag="TestResultsChartGenerator"
132 file="bitten/report/testing.py"> 135 file="bitten/report/testing.py">
133 Missing docstring 136 <msg>Missing docstring</msg>
134 </problem> 137 </problem>
135 </report> 138 </report>
Copyright (C) 2012-2017 Edgewall Software