Skip to content

Commit

Permalink
Filter spotbugs warning NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 15, 2023
1 parent 052545f commit bc48025
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ def configurations = [
[ platform: "linux", jdk: "11" ]
]

buildPlugin(failFast: false, configurations: configurations)
buildPlugin(failFast: false, configurations: configurations,
spotbugs: [filters: [excludeType('NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE')]],
checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]],
pmd: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]] )

0 comments on commit bc48025

Please sign in to comment.