Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #10057: add section with additional checks to main page #10830

Merged
merged 1 commit into from
Oct 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,7 @@ thead
thejavageek
thesummaryfragment
thetaphi
thomasjensen
thr
throwable
throwscount
Expand Down
37 changes: 37 additions & 0 deletions src/xdocs/index.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,43 @@
</p>
</section>

<section name="Additional Checks">
<p>
There are other projects that provide additional checks
</p>
<div class="wrapper">
<table>
<tr>
<th>Project name</th>
<th>Link</th>
<th>Remarks</th>
</tr>
<tr>
<td>
<a href="https://checkstyle-addons.thomasjensen.com/">Checkstyle addons</a>
</td>
<td>
<a href="https://github.com/checkstyle-addons/checkstyle-addons/releases/latest">
checkstyle-addons
</a>
</td>
<td/>
</tr>
<tr>
<td>
<a href="https://sevntu-checkstyle.github.io/sevntu.checkstyle/">SevNTU checkstyle</a>
</td>
<td>
<a href="https://github.com/sevntu-checkstyle/sevntu.checkstyle/releases">
sevntu-checkstyle
</a>
</td>
<td/>
</tr>
</table>
</div>
</section>

<section name="Related Tools">
<p>
Checkstyle is most useful if you integrate it into your build process or
Expand Down