Skip to content

Commit e71236b

Browse files
authored
NEW @W-19212468@ Changed text when there are no violations (#320)
1 parent 0120022 commit e71236b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/code-analyzer-core/output-templates/html-template-0.0.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@
15711571
</div>
15721572

15731573
<main class="content" role="main">
1574-
<h3 id="summary">Found 0 violations across 0 files</h3>
1574+
<h3 id="summary">Found 0 violations</h3>
15751575

15761576
<div class="toolbar">
15771577
<div class="filter">

packages/code-analyzer-core/test/test-data/expectedOutputFiles/multipleViolations.goldfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ <h4><span>Severity 5</span> <span>Info</span></h4>
15711571
</div>
15721572

15731573
<main class="content" role="main">
1574-
<h3 id="summary">Found 0 violations across 0 files</h3>
1574+
<h3 id="summary">Found 0 violations</h3>
15751575

15761576
<div class="toolbar">
15771577
<div class="filter">

packages/code-analyzer-core/test/test-data/expectedOutputFiles/unexpectedEngineErrorViolation.goldfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ <h4><span>Severity 5</span> <span>Info</span></h4>
15711571
</div>
15721572

15731573
<main class="content" role="main">
1574-
<h3 id="summary">Found 0 violations across 0 files</h3>
1574+
<h3 id="summary">Found 0 violations</h3>
15751575

15761576
<div class="toolbar">
15771577
<div class="filter">

packages/code-analyzer-core/test/test-data/expectedOutputFiles/zeroViolations.goldfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ <h4><span>Severity 5</span> <span>Info</span></h4>
15711571
</div>
15721572

15731573
<main class="content" role="main">
1574-
<h3 id="summary">Found 0 violations across 0 files</h3>
1574+
<h3 id="summary">Found 0 violations</h3>
15751575

15761576
<div class="toolbar">
15771577
<div class="filter">

0 commit comments

Comments
 (0)