Skip to content

Commit

Permalink
Exclude vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Mar 5, 2025
1 parent b65dd4f commit e1c0d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;

return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->addPathToScan(__DIR__ . '/src', false)
->addPathToExclude(__DIR__ . '/tests')
->addPathToExclude(__DIR__ . '/vendor')
;

0 comments on commit e1c0d51

Please sign in to comment.