RedDragonWebDesign / BlueThrust5

A fork/update of the famous BlueThrust Clan Scripts v4. Gaming community website engine in PHP.
10 stars 7 forks source link

PHPCS not checking php files with more than one period #117

Open RedDragonWebDesign opened 8 months ago

RedDragonWebDesign commented 8 months ago

<exclude-pattern>*\.(?!php$)</exclude-pattern>

This regex needs changing. But it is not a standard flavor of regex. I guess * is a wildcard, and everything else is the same? Hmm.