doc: example to checkstyle's Ant configuration was added to anttask.html
This commit is contained in:
parent
996758e197
commit
bb53aed89f
|
|
@ -316,6 +316,14 @@
|
|||
<a href="https://github.com/sevntu-checkstyle/checkstyle-samples/tree/master/ant-project">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
Checkstyle use ant configuration to validate its own code. See example is our git repository -
|
||||
<a href="https://github.com/checkstyle/checkstyle/blob/master/config/ant-phase-verify.xml#L25">
|
||||
config/ant-phase-verify.xml</a>.
|
||||
</b>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
Run checkstyle with configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue