"vscode:/vscode.git/clone" did not exist on "636d78a3d7071b9e4d05ed318fd67a7b2bd48ba7"
Commit ae9ecf1c authored by Paul's avatar Paul
Browse files

Add a rule mutable variables

parent 5711c9bc
......@@ -41,6 +41,14 @@
<summary>Macros must be prefixed with MIGRAPHX_</summary>
</message>
</rule>
<rule>
<pattern>mutable \w+</pattern>
<message>
<id>MutableVariable</id>
<severity>style</severity>
<summary>Do not create mutable variables.</summary>
</message>
</rule>
<rule>
<pattern>(memcpy|strcpy|strncpy|strcat|strncat) \(</pattern>
<message>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment