Skip to content

Commit

Permalink
Merge pull request #4167 from nextcloud/chore/php-cs-fixer/ignore-nod…
Browse files Browse the repository at this point in the history
…e_modules

chore(php-cs-fixer): ignore node_modules
  • Loading branch information
hamza221 authored Sep 30, 2024
2 parents db2856c + d1fdaad commit e3354a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
->notPath('l10n')
->notPath('src')
->notPath('vendor')
->notPath('node_modules')
->in(__DIR__);
return $config;

0 comments on commit e3354a3

Please sign in to comment.