Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline SpotBugs exclusions #459

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Inline SpotBugs exclusions #459

merged 1 commit into from
Feb 15, 2023

Conversation

basil
Copy link
Member

@basil basil commented Feb 14, 2023

This PR removes the global src/spotbugs/excludesFilter.xml file which was suppressing a wide variety of SpotBugs errors in favor of suppressing just the errors that we know are false positives where they occur. The purpose of this is to ensure that new errors do not go unnoticed. While I was here I tightened up the logic that parses pom.xml files to ensure that it is always fetching local files (rather than remote URLs) as expected. I tested this with the text-finder plugin in jenkinsci/bom.

@basil basil added the internal label Feb 14, 2023
@basil basil requested a review from jtnord February 14, 2023 21:21
@basil basil requested a review from a team as a code owner February 14, 2023 21:21
@basil basil merged commit 0785073 into jenkinsci:master Feb 15, 2023
@basil basil deleted the spotbugs branch February 15, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants