]> git.mxchange.org Git - friendica.git/blobdiff - .php_cs.dist
Continued:
[friendica.git] / .php_cs.dist
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')