We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13b1a0 commit 7a4d65fCopy full SHA for 7a4d65f
1 file changed
cppcheck-errors.rng
@@ -15,7 +15,9 @@
15
<element name="error">
16
<optional>
17
<attribute name="cwe">
18
- <data type="integer"/>
+ <data type="integer">
19
+ <param name="minExclusive">0</param>
20
+ </data>
21
</attribute>
22
</optional>
23
<attribute name="id">
@@ -46,7 +48,9 @@
46
48
<data type="string"/>
47
49
50
<attribute name="line">
51
52
+ <param name="minInclusive">0</param>
53
54
55
56
<attribute name="info">
0 commit comments