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
In the mediawiki/core code the Squiz.WhiteSpace.OperatorSpacing was added, but it reports (and fixed) a false positive for an unary minus, which has a comment before it, see [1]
| ERROR | [x] Expected 1 space after "-"; 0 found | | (Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfter)
In the mediawiki/core code the Squiz.WhiteSpace.OperatorSpacing was added, but it reports (and fixed) a false positive for an unary minus, which has a comment before it, see [1]
| ERROR | [x] Expected 1 space after "-"; 0 found | | (Squiz.WhiteSpace.OperatorSpacing.NoSpaceAfter)
Maybe it is possible to allow this situation.
[1] https://gerrit.wikimedia.org/r/#/c/371474/1/includes/Sanitizer.php
The text was updated successfully, but these errors were encountered: