Skip to content

Commit

Permalink
composer-dependency-analyser: improve config, update (#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 Mar 20, 2024
1 parent 104f17a commit 7788ac6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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
15 changes: 8 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7788ac6

Please sign in to comment.