Do not reformat addon directory

pull/13824/head
Dr. Tobias Quathamer 2024-01-11 20:17:40 +01:00
parent d19181016f
commit 540b2b74cc
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ declare(strict_types=1);
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('addon')
->notPath('bin/dev')
->notPath('config')
->notPath('doc')

View File

@ -6,6 +6,7 @@ require_once __DIR__ . '/bin/dev/php-cs-fixer/vendor/autoload.php';
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->notPath('addon')
->notPath('bin/dev')
->notPath('config')
->notPath('doc')