mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +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(
|
->setFinder(
|
||||||
PhpCsFixer\Finder::create()
|
PhpCsFixer\Finder::create()
|
||||||
->exclude([
|
->exclude([
|
||||||
|
'node_modules',
|
||||||
'vendor',
|
'vendor',
|
||||||
'var',
|
'var',
|
||||||
'web'
|
'web'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue