Add new files/folders to phpcs check

This commit is contained in:
Bruce Weirdan 2019-02-20 00:09:27 +02:00
parent 17d8351c40
commit 55ee7eabc7
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -1,11 +1,15 @@
<?xml version="1.0"?>
<ruleset name="invajo">
<ruleset name="phpunit-psalm-plugin">
<!-- display progress -->
<arg value="p"/>
<arg name="colors"/>
<!-- Paths to check -->
<file>Plugin.php</file>
<file>tests/_support/Helper</file>
<file>tests/_support/AcceptanceTester.php</file>
<file>hooks</file>
<file>Exception</file>
<!-- inherit rules from: -->