We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98ac30 commit 3ac5875Copy full SHA for 3ac5875
composer-dependency-analyser.php
@@ -4,4 +4,6 @@
4
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;
5
6
return (new Configuration())
7
+ ->addPathToScan(__FILE__, true)
8
+ ->addPathToScan(__DIR__ . '/bin', false)
9
->ignoreErrorsOnPath(__DIR__ . '/tests/data', [ErrorType::UNKNOWN_CLASS]);
0 commit comments