forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
393 B
11 lines
393 B
<?xml version="1.0"?>
|
|
<rule version="1">
|
|
<tokenlist>raw</tokenlist> <!-- playground: https://regex101.com/r/vGfGSA/1 -->
|
|
<pattern><![CDATA[(\b\w+\b) \* (\b\w+\b) = 0 ;]]></pattern>
|
|
<message>
|
|
<id>modernizeUseNullPtr</id>
|
|
<severity>style</severity>
|
|
<summary>Prefer to use a 'nullptr' instead of initializing a pointer with 0.</summary>
|
|
</message>
|
|
</rule>
|