We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example during CSV output testing:
%Q(sep=,\r\nAd,Brand\r\n1,"Tre""k"\r\n)
will trigger the cop, even though writing this will quotes ends up with a backslashed mess:
"sep=,\r\nAd,Brand\r\n1,\"Tre\"\"k\"\r\n"
The text was updated successfully, but these errors were encountered:
Just realised that this may be a dup of #1112
Sorry, something went wrong.
@mipearson You're right. That should not be reported as an offense.
I'll fix it. But I don't think it's a duplicate, so we keep both issues open.
96a1109
jonas054
No branches or pull requests
Example during CSV output testing:
%Q(sep=,\r\nAd,Brand\r\n1,"Tre""k"\r\n)
will trigger the cop, even though writing this will quotes ends up with a backslashed mess:
"sep=,\r\nAd,Brand\r\n1,\"Tre\"\"k\"\r\n"
The text was updated successfully, but these errors were encountered: