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

Handle negated patterns according to ssh_config(5) #565

Merged
merged 4 commits into from
Jun 7, 2024

Conversation

bmiddaugh
Copy link
Contributor

Fixes #564

Copy link
Contributor

@norrisjeremy norrisjeremy left a comment

Choose a reason for hiding this comment

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

I'm good with this assuming that Github CI indicates build succeeds & all unit tests pass.
I believe @mwiede will need to approve CI build for this PR.

@norrisjeremy
Copy link
Contributor

@bmiddaugh Can you you please run the following and repush to fix formatting?

mvn formatter:format

@bmiddaugh
Copy link
Contributor Author

@norrisjeremy Yes. I pushed a new commit fixing the formatting

Copy link
Contributor

@norrisjeremy norrisjeremy left a comment

Choose a reason for hiding this comment

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

Looks good to me assuming CI build completes & tests pass.

@bmiddaugh
Copy link
Contributor Author

Looks like I need to run the formatter again with the new changes...doing that now

Copy link

sonarcloud bot commented May 29, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@norrisjeremy
Copy link
Contributor

Looks like I need to run the formatter again with the new changes...doing that now

You can confirm locally by make sure to always run mvn verify.

@mwiede mwiede merged commit c8273e9 into mwiede:master Jun 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSHConfig.parse does not handle negated patterns as specified in ssh_config(5)
3 participants