Skip to content

Commit

Permalink
Fixing information of quality report
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarc committed Apr 29, 2024
1 parent 4a7eff2 commit b419ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/templating/quality_01.mo
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
<div class="card card-body">
<p>As columns, you will find respectively the ...</p>
<ul>
{{#HAS_ARCHEO_REPORT}}<li>numbers of Archoe findings.</li>{{/HAS_ARCHEO_REPORT}}
{{#HAS_PMD_REPORT}}<li>numbers of triggered PMD rules and violations.</li>{{/HAS_PMD_REPORT}}
{{#HAS_PMD_REPORT}}<li>numbers of copy-pasted source code fragments (several lines), lines (several tokens), and tokens (chars and operators).</li>{{/HAS_PMD_REPORT}}
{{#HAS_SCANCODE_REPORT}}<li>numbers of embedded licenses and copyrights detected by ScanCode.</li>{{/HAS_SCANCODE_REPORT}}
Expand Down

0 comments on commit b419ca3

Please sign in to comment.