Skip to content

Commit

Permalink
composer-dependency-analyser: improve config, update (qossmic#22)
Browse files Browse the repository at this point in the history
Fix: composer-dependency-analyser: improve config, update

* Fix filepath

* 1.4.0
  • Loading branch information
janedbal authored and patrickkusebauch committed Mar 28, 2024
1 parent 4156e87 commit f3d63d3
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 280 deletions.
2 changes: 1 addition & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
$config = new Configuration();

return $config
->ignoreErrorsOnPackage('composer/xdebug-handler', [ErrorType::UNUSED_DEPENDENCY]) // needed for e2e tests, no direct usage in code
->addPathToScan(__DIR__ . '/bin/deptrac', isDev: false)
->ignoreErrorsOnPath(__DIR__ . '/tests', [ErrorType::UNKNOWN_CLASS]); // keep ability to test invalid symbols
Loading

0 comments on commit f3d63d3

Please sign in to comment.