mirror of
https://github.com/torproject/collector.git
synced 2024-11-27 03:10:28 +00:00
Tests should compile before being analyzed by checkstyle.
This commit is contained in:
parent
f4e8983bff
commit
6603811aa9
@ -227,7 +227,7 @@
|
||||
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties">
|
||||
<classpath refid="checkstyle.classpath" />
|
||||
</taskdef>
|
||||
<target name="checks" depends="compile">
|
||||
<target name="checks" depends="compile,compile-tests">
|
||||
<checkstyle config="${testresources}/metrics_checks.xml">
|
||||
<fileset dir="${testsources}"
|
||||
includes="**/*.java" />
|
||||
|
Loading…
Reference in New Issue
Block a user