Skip to content

Commit

Permalink
Fix double the (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Dec 15, 2024
1 parent 77c7c6c commit 3bce10b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public PmdViolationCheckMojo() {

/**
* What priority level to fail the build on.
* PMD violations are assigned a priority from 1 (most severe) to 5 (least severe) according the
* the rule's priority.
* PMD violations are assigned a priority from 1 (most severe) to 5 (least severe) according
* to the rule's priority.
* Violations at or less than this priority level are considered failures and will fail
* the build if {@code failOnViolation=true} and the count exceeds {@code maxAllowedViolations}.
* The other violations will be regarded as warnings and will be displayed in the build output
Expand Down

0 comments on commit 3bce10b

Please sign in to comment.