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

Excluding BooleanParameter from error-prone warnings #713

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

sambish5
Copy link
Collaborator

Parent issue: https://github.com/NationalSecurityAgency/burrito-grande/issues/2600
Excluding BooleanParameter error-prone warnings.

BooleanParameter is just adding comments to things like runTest(800L, 1500L, 200L, 100L, /* simple= */true); so that you know what the boolean is referencing, but this just makes the code messier, and really is not necessary at all.

@sambish5 sambish5 added the tech-debt Low-impact cleanup and upkeep label Feb 29, 2024
drivenflywheel
drivenflywheel previously approved these changes Feb 29, 2024
Copy link
Collaborator

@drivenflywheel drivenflywheel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeet!

pom.xml Outdated Show resolved Hide resolved
@jpdahlke jpdahlke added this to the v8.0.0 milestone Feb 29, 2024
@jpdahlke jpdahlke modified the milestones: v8.0.0, v8.0.0-M15 Feb 29, 2024
@jpdahlke jpdahlke merged commit 5b3ff6f into NationalSecurityAgency:master Feb 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Low-impact cleanup and upkeep
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants