Skip to content

Commit 3ac5875

Browse files
authored
Add more paths to self check (#63)
1 parent a98ac30 commit 3ac5875

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer-dependency-analyser.php

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
use ShipMonk\ComposerDependencyAnalyser\Config\ErrorType;
55

66
return (new Configuration())
7+
->addPathToScan(__FILE__, true)
8+
->addPathToScan(__DIR__ . '/bin', false)
79
->ignoreErrorsOnPath(__DIR__ . '/tests/data', [ErrorType::UNKNOWN_CLASS]);

0 commit comments

Comments
 (0)