DescriptionA false positive occurs when a user specifies a using declaration for a stream operator:
10: using ns::operator<<;
file.cpp:10: Missing spaces around << [whitespace/operators] [3]
The regular expression has been updated to find this valid use case of the <<
text string.
Committed: 118
Patch Set 1 #
MessagesTotal messages: 1
|