You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When assignment operators are aligned, the PSUseConsistentWhitespace rule should not complain that there are more than one space before equal sign.
Actual behavior
RuleName Severity ScriptName Line Message
-------- -------- ---------- ---- -------
PSUseConsistentWhitespace Warning 1 Use space before and after binary and assignment operators.
PSUseConsistentWhitespace Warning 4 Use space before and after binary and assignment operators.
Before submitting a bug report:
Steps to reproduce
Expected behavior
When assignment operators are aligned, the PSUseConsistentWhitespace rule should not complain that there are more than one space before equal sign.
Actual behavior
Environment data
The text was updated successfully, but these errors were encountered: