Check the PHP Coding Style of files in the scripts dir

This commit is contained in:
Michele Locati 2020-12-11 18:20:19 +01:00
parent f551cf4b25
commit 7469664e92

View File

@ -325,6 +325,7 @@ return PhpCsFixer\Config::create()
->exclude('vendor')
->in(__DIR__)
->name('.php_cs')
->append(glob(__DIR__ . '/scripts/*'))
->append(glob(__DIR__ . '/scripts/tests/*'))
)
;