Skip to content

Commit

Permalink
Use the new square SVG image for PMD results.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 20, 2024
1 parent 40af8cd commit 3c75b1b
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 check run for this annotation

ci.jenkins.io / Code Coverage

Not covered line

Line 41 is not covered by tests

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

View check run for this annotation

Codecov / codecov/patch

src/main/java/edu/hm/hafner/analysis/registry/PmdDescriptor.java#L41

Added line #L41 was not covered by tests
}

@Override
Expand Down

0 comments on commit 3c75b1b

Please sign in to comment.