Skip to content

Commit 211b08f

Browse files
committed
Remove tests from psalm ignore list
1 parent 08641d4 commit 211b08f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

psalm.xml.dist

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
<directory name="var"/>
1212
<directory name="vendor"/>
1313
<directory name="examples"/> <!-- TODO: Remove this once examples are updated -->
14-
<directory name="instrumentation/symfony/OtelSdkBundle/Resources"/>
15-
<directory name="tests/integration/instrumentation/Symfony/OtelSdkBundle"/>
16-
<directory name="tests/unit/instrumentation/Symfony/OtelSdkBundle"/>
17-
<directory name="instrumentation/symfony/OtelSdkBundle/Resources"/>
18-
<file name="instrumentation/symfony/OtelSdkBundle/DependencyInjection/Configuration.php"/>
14+
<directory name="src/Symfony/OtelSdkBundle/Resources"/>
15+
<file name="src/Symfony/OtelSdkBundle/DependencyInjection/Configuration.php"/>
1916
</ignoreFiles>
2017
</projectFiles>
2118
<plugins>

0 commit comments

Comments
 (0)