Also detect useless spacing at the end of *Match calls
This commit is contained in:
parent
61435684b2
commit
a9681ad4d1
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<rule version="1">
|
||||
<pattern>Token :: (?:findm|(?:simple|)M)atch \([^,]+,\s+"\s+</pattern>
|
||||
<pattern>Token :: (?:findm|(?:simple|)M)atch \([^,]+,\s+"(?:\s+|[^"]+?\s+")</pattern>
|
||||
<message>
|
||||
<id>TokenMatchSpacing</id>
|
||||
<severity>style</severity>
|
||||
|
|
Loading…
Reference in New Issue