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

Autofix RCS1068: Simplify logical negation #13555

Merged
merged 3 commits into from Sep 4, 2020

Conversation

xtqqczze
Copy link
Contributor

@xtqqczze xtqqczze commented Aug 31, 2020

PR Summary

  • !(foo == bar) -> foo != bar
  • Refactor CredSSP if-return.

PR Context

https://github.com/JosefPihrt/Roslynator/blob/master/docs/analyzers/RCS1068.md

PR Checklist

@xtqqczze
Copy link
Contributor Author

xtqqczze commented Sep 3, 2020

Rebased to drop revert

@iSazonov iSazonov added the CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log label Sep 4, 2020
@iSazonov iSazonov self-assigned this Sep 4, 2020
@iSazonov iSazonov merged commit 88e706f into PowerShell:master Sep 4, 2020
4 checks passed
@iSazonov iSazonov added this to the 7.1.0-preview.7 milestone Sep 4, 2020
@xtqqczze xtqqczze deleted the RCS1068 branch Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CL-CodeCleanup Indicates that a PR should be marked as a Code Cleanup change in the Change Log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants