mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-16 10:45:14 +00:00
Update .php_cs
Exclude `node_modules` from PHP-CS-Fixer, we don't care about linting deps files
This commit is contained in:
parent
e739dad2ef
commit
63fc9391b4
1 changed files with 1 additions and 0 deletions
1
.php_cs
1
.php_cs
|
@ -38,6 +38,7 @@ return PhpCsFixer\Config::create()
|
|||
->setFinder(
|
||||
PhpCsFixer\Finder::create()
|
||||
->exclude([
|
||||
'node_modules',
|
||||
'vendor',
|
||||
'var',
|
||||
'web'
|
||||
|
|
Loading…
Reference in a new issue