Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add Universal.CodeAnalysis.MixedBooleanOperator #271
Add Universal.CodeAnalysis.MixedBooleanOperator #271
Changes from 25 commits
6b72184
9414411
cca88c1
b4a8ed0
0cc2f34
a051300
b8c6d30
ce00faf
4a34225
1e87cae
8f83191
b713551
54fa62c
5c82b55
06b47f1
ba07bcf
13e9660
7a71b8a
6f8e5ba
2985f82
20541c0
9df7cd2
855e932
9df244b
27f6552
c07507c
ecc5bd4
7b38efb
6d84a98
14f2d22
9f78b15
12ce668
312beb6
d152ea7
3126cd6
100115b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be implicitly handled when setting
local
totrue
forfindPrevious
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PHPCS does not take these into account. Whether it should or not, is a different debate and I'd rather not pollute this PR with that discussion as we can't solve it in the PHPCSExtra repo anyway.