michaelsembwever commented on code in PR #2434:
URL: https://github.com/apache/cassandra/pull/2434#discussion_r1259580455
##########
build.xml:
##########
@@ -540,6 +539,14 @@
<copy todir="${basedir}/conf"
file="${build.classes.main}/META-INF/hotspot_compiler"/>
</target>
+ <target name="check" depends="_main-jar,build-test" description="Verifies
the source code and dependencies">
+ <antcall target="rat-check" inheritrefs="true"/>
+ <antcall target="_assert_rat_output" inheritrefs="true"/>
+ <antcall target="checkstyle" inheritrefs="true"/>
+ <antcall target="checkstyle-test" inheritrefs="true"/>
+ <antcall target="eclipse-warnings" inheritrefs="true"/>
Review Comment:
what about dependency-check ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]