]> git.mxchange.org Git - friendica.git/commitdiff
Do not reformat addon directory
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 11 Jan 2024 19:17:40 +0000 (20:17 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Mon, 15 Jan 2024 12:24:46 +0000 (13:24 +0100)
.php-cs-fixer.dist.php
.php_cs.dist

index a563234771014d69463a54840b6f10a14b87b903..1689c1f84ea57d8ca8c1e4d9ae8c57f8874a0080 100644 (file)
@@ -4,6 +4,7 @@ declare(strict_types=1);
 
 $finder = PhpCsFixer\Finder::create()
        ->in(__DIR__)
+       ->notPath('addon')
        ->notPath('bin/dev')
        ->notPath('config')
        ->notPath('doc')
index 897c6f1104b82d33bd248a175b9749409c17d183..1d7056bdc169c8804121dff4c8432c5fc1487018 100644 (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')