Skip to content

Commit

Permalink
Restore pdepend (shouldn't have removed).
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Jul 8, 2024
1 parent 0171d2f commit 3a85449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
</exec>
</target>

<!-- PHP_Depend code analysis -->
<target name="pdepend">
<exec executable="${srcdir}/vendor/bin/pdepend">
<arg line="--jdepend-xml=${builddir}/reports/jdepend.xml --jdepend-chart=${builddir}/reports/dependencies.svg --overview-pyramid=${builddir}/reports/pdepend-pyramid.svg ${srcdir}/src" />
</exec>
</target>

<!-- PHP CodeSniffer -->
<target name="phpcbf">
<exec executable="${srcdir}/vendor/bin/phpcbf" escape="false" passthru="true" checkreturn="true">
Expand Down

0 comments on commit 3a85449

Please sign in to comment.