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
In #1229 @mmzoo wrote:
Just FYI: I have a similar issue with the UnneededCapitalW cop for:
UnneededCapitalW
def dangerous_characters %W( \000 \001 \027 \002 \003 \004 \005 \006 \007 \00 \a ) end
Leads to a
Do not use %W unless interpolation is needed. If not, use %w.
The text was updated successfully, but these errors were encountered:
561b7c7
Merge pull request #1269 from jonas054/1263_unneeded_cap_w
33e3294
[Fix #1263] Do not report %W literals with special characters
Sweet! Thank you for your time.
Sorry, something went wrong.
No branches or pull requests
In #1229 @mmzoo wrote:
Just FYI: I have a similar issue with the
UnneededCapitalW
cop for:Leads to a
The text was updated successfully, but these errors were encountered: