Skip to content

Commit

Permalink
Merge pull request #1091 from jenkinsci/error-prone-result
Browse files Browse the repository at this point in the history
Add ErrorProne to quality monitor
  • Loading branch information
uhafner authored Sep 13, 2024
2 parents 5f251e7 + de83230 commit 7c299d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quality-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
"id": "spotbugs",
"sourcePath": "src/main/java",
"pattern": "**/target/spotbugsXml.xml"
},
{
"id": "error-prone",
"pattern": "**/maven.log"
}
]
}
Expand Down

0 comments on commit 7c299d7

Please sign in to comment.