jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
237 stars 112 forks source link

Rely on parent pom spotbugs configuration #166

Closed MarkEWaite closed 5 months ago

MarkEWaite commented 5 months ago

Rely on parent pom spotbugs configuration

Remove 800114972067b6991b2e5ab073da51639ad7c893 workaround that was added in pull request:

Testing done

Confirmed that spotbugs warnings are still silent after this workaround is removed.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes