cppcheck-cfg.rng: more strict minsize type value
This commit is contained in:
parent
33f5d27b53
commit
5ee6e082e8
|
@ -86,7 +86,12 @@
|
||||||
</element>
|
</element>
|
||||||
<element name="minsize">
|
<element name="minsize">
|
||||||
<attribute name="type">
|
<attribute name="type">
|
||||||
<ref name="DATA-NAME"/>
|
<choice>
|
||||||
|
<value>strlen</value>
|
||||||
|
<value>argvalue</value>
|
||||||
|
<value>sizeof</value>
|
||||||
|
<value>mul</value>
|
||||||
|
</choice>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute name="arg">
|
<attribute name="arg">
|
||||||
<ref name="ARGNO"/>
|
<ref name="ARGNO"/>
|
||||||
|
|
Loading…
Reference in New Issue