Cover tools/ in php-cs-fixer

This commit is contained in:
Dylan K. Taylor 2021-08-29 23:33:07 +01:00
parent 7def3db781
commit 4b06e19d28
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,7 @@ $finder = PhpCsFixer\Finder::create()
->in(__DIR__ . '/src')
->in(__DIR__ . '/build')
->in(__DIR__ . '/tests')
->in(__DIR__ . '/tools')
->notPath('plugins/DevTools')
->notPath('preprocessor')
->notContains('#ifndef COMPILE') //preprocessor will break if these are changed

View File

@ -43,8 +43,6 @@ use function rename;
use function round;
use function scandir;
use function unlink;
use function zlib_decode;
use function zlib_encode;
require dirname(__DIR__) . '/vendor/autoload.php';