PMD CI (pmd-bot)
2022-03-24 11:42:13 +00:00
parent 7b45481ecd
commit cca1f07bd3
125 changed files with 6416 additions and 4510 deletions

View File

@ -1404,31 +1404,41 @@
<!-- Content Column -->
<div class="col-md-9" id="tg-sb-content">
<div class="post-header">
<header>
<div class="row">
<div class="col-lg-12">
<a href="./" role="button"
><i class="fa fa-home fa-lg"></i
></a>
» PMD CLI reference
<a
target="_blank"
href="https://github.com/pmd/pmd/blob/master/docs/pages/pmd/userdocs/cli_reference.md"
class="pull-right"
role="button"
><i class="fa fa-github fa-lg"></i> Edit on GitHub</a
>
</div>
</div>
<hr />
</header>
<div class="post-header">
<h1 class="post-title-main">PMD CLI reference</h1>
</div>
<div class="post-content">
<div class="post-content" data-github-edit-url="https://github.com/pmd/pmd/blob/master/docs/pages/pmd/userdocs/cli_reference.md">
<div class="summary">Full reference for PMD's command-line interface, including options, output formats and supported languages</div>
<div id="inline-toc"><!-- empty, move TOC here when screen size too small --></div>
<a target="_blank" href="https://github.com/pmd/pmd/blob/master/docs/pages/pmd/userdocs/cli_reference.md" class="btn btn-default githubEditButton" role="button"><i class="fa fa-github fa-lg"></i> Edit me</a>
<h2 id="options">Options</h2>
<p>The tool comes with a rather extensive help text, simply running with <code class="language-plaintext highlighter-rouge">--help</code>!</p>
@ -2165,16 +2175,34 @@ $ ./run.sh pmd --file-list /home/me/src/filelist.txt -f text -R ruleset.xml --fo
</div>
<hr class="shaded"/>
<footer>
<div class="row">
<div class="col-lg-12 footer">
&copy;2022 PMD Open Source Project. All rights reserved. <br />
Site last generated: Mar 11, 2022 <br />
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
</div>
</div>
<hr />
<div>
This documentation is written in markdown. <br />
If there is something missing or can be improved, edit this page on
github and create a PR:
<a
target="_blank"
href="https://github.com/pmd/pmd/blob/master/docs/pages/pmd/userdocs/cli_reference.md"
role="button"
><i class="fa fa-github fa-lg"></i> Edit on GitHub</a
>
</div>
<hr />
<div class="row">
<div class="col-lg-12 footer">
&copy;2022 PMD Open Source Project. All rights
reserved. <br />
Site last generated: Mar 24, 2022 <br />
<p>
<img src="images/pmd-logo-small.png" alt="Company
logo"/>
</p>
</div>
</div>
</footer>
@ -2188,19 +2216,7 @@ $ ./run.sh pmd --file-list /home/me/src/filelist.txt -f text -R ruleset.xml --fo
<!-- Sticky TOC column -->
<div class="toc-col">
<!-- this handles the automatic toc. use ## for subheads to auto-generate the on-page minitoc. if you use html tags, you must supply an ID for the heading element in order for it to appear in the minitoc. -->
<script>
$( document ).ready(function() {
// Handler for .ready() called.
$('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3,h4' });
});
</script>
<div id="toc"></div>
<div id="toc"></div>
</div>
<!-- /.toc-container-wrapper -->