Skip to content

Commit

Permalink
testing: set printFailingErrors to true for pmd check
Browse files Browse the repository at this point in the history
That you see the violations directly in stdout of maven.
  • Loading branch information
BacLuc committed May 17, 2024
1 parent cdd23ad commit c39d340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topics/testing/code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<version>3.22.0</version>
<configuration>
<linkXRef>false</linkXRef>
<printFailingErrors>true</printFailingErrors>
<rulesets>
<ruleset>pmd-config.xml</ruleset>
</rulesets>
Expand Down

0 comments on commit c39d340

Please sign in to comment.