Skip to content

Commit

Permalink
MPMD-367 don't fail on unrelated warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 4, 2023
1 parent 0fbd7fd commit 493722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/MPMD-270-325-JDK11/verify.groovy
Expand Up @@ -21,4 +21,4 @@
File buildLog = new File( basedir, 'build.log' )
assert buildLog.exists()
assert buildLog.text.contains( '[INFO] PMD Failure: com.mycompany.app.Foo:26 Rule:UnusedFormalParameter Priority:3' )
assert !buildLog.text.contains( '[WARNING]' )
assert !buildLog.text.contains( '[WARNING] PMD' )

0 comments on commit 493722d

Please sign in to comment.