blob: 2326a36cfc78d02afaac537a094ab9e3135199c0 [file] [log] [blame]
Tor Norbye3a2425a52013-11-04 10:16:08 -08001<?xml version="1.0" encoding="UTF-8"?>
2<problems>
3 <problem>
4 <file>test.py</file>
5 <line>2</line>
6 <problem_class severity="WARNING"/>
7 <description>Signature is not compatible to __new__</description>
8 </problem>
9 <problem>
10 <file>test.py</file>
Tor Norbyea3e39ab2014-04-10 10:54:17 -070011 <line>5</line>
12 <description>Signature is not compatible to __init__</description>
13 </problem>
14 <problem>
15 <file>test.py</file>
Tor Norbye3a2425a52013-11-04 10:16:08 -080016 <line>12</line>
17 <problem_class severity="WARNING"/>
18 <description>Signature is not compatible to __init__</description>
19 </problem>
20</problems>