Skip to content

Commit

Permalink
Add a lint for icons not being set at all
Browse files Browse the repository at this point in the history
  • Loading branch information
karashiiro committed May 23, 2022
1 parent 02d4c50 commit 0b35663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/html/report-problems.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
{{if not .TestingHasTaggedTitle | and .Testing}}
<li><span>Testing plugin does not have tagged title</span></li>
{{end}}
{{if not .IconSet}}
<li><span>No icon set</span></li>
{{end}}
{{if not .IconSet | and .IconExists}}
<li><span>Icon URL does not point to an existing image</span></li>
{{end}}
Expand Down

0 comments on commit 0b35663

Please sign in to comment.