Issue #2185: update Checkstyle ant task documentation
This commit is contained in:
parent
23d07cb6ca
commit
e12cd08d64
|
|
@ -24,9 +24,8 @@
|
|||
<section name="Description">
|
||||
|
||||
<p>
|
||||
This task runs Checkstyle over specified Java files. The task has been
|
||||
tested using ANT 1.5. The latest version of checkstyle can be found
|
||||
at
|
||||
This task runs Checkstyle over specified Java files.
|
||||
The latest version of checkstyle can be found at
|
||||
<a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</a>.
|
||||
|
||||
This task is included in the checkstyle distribution.
|
||||
|
|
@ -312,6 +311,11 @@
|
|||
|
||||
<section name="Examples">
|
||||
|
||||
<p>
|
||||
An example project can be found
|
||||
<a href="https://github.com/sevntu-checkstyle/checkstyle-samples/tree/master/ant-project">here</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>
|
||||
Run checkstyle with configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue