Skip to content

Commit

Permalink
Merge pull request #1055 from jenkinsci/square-pmd-logo
Browse files Browse the repository at this point in the history
Use the new square SVG image for PMD results
  • Loading branch information
uhafner authored Apr 20, 2024
2 parents 40af8cd + 3c75b1b commit 1adfaea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String getUrl() {

@Override
public String getIconUrl() {
return "https://docs.pmd-code.org/latest/images/logo/pmd-logo-300px-squared.png";
return "https://github.com/pmd/pmd/blob/master/docs/images/logo/PMD_small.svg";

Check warning on line 41 in src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java

View workflow job for this annotation

GitHub Actions / Quality Monitor

Not covered lines

Lines 31-41 are not covered by tests
}

@Override
Expand Down

0 comments on commit 1adfaea

Please sign in to comment.