-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Style/MultilineOperationIndentation doesn't catch lines ending in \
#1473
Comments
Additionally, I'm using the rule with |
Another side note, when I change the |
It certainly looks like it. I'll try to fix it. |
It turned out to be a different problem. |
bbatsov
added a commit
that referenced
this issue
Dec 10, 2014
…tion_bug [Fix #1473] Recognize operator []= in MultilineOperationIndentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I wrap strings with
\
theMultilineOperationIndentation
style check doesn't flag them when they are misindented. The following string passes checks:Side note, it also allows
<<
for multi-line strings. I'll add another issue for that.The text was updated successfully, but these errors were encountered: