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
Rubocop shows no error, even if the config file is complete garbage (anything that's a valid UTF-8 stream at least).
How to reproduce:
echo '"' > bad.yml
rubocop -c bad.yml
Expected: e.g. "Psych::SyntaxError: (): found unexpected end of stream" Actual: no errors
Introduced by commit: 57aadf2
This would ultimately solve the problem (somewhat related): #1151
So, while Rubocop is extremely fussy about Ruby code, Rubocop's config files have a "get out of jail" card.
Oh the irony :D
(I marked this as severe because of how much time people can waste reproducing and reporting issues)
The text was updated successfully, but these errors were encountered:
I seem to recall us fixing this recently, but I can't find the related PR.
Sorry, something went wrong.
I think it might be fixed by #1504
Or rather #1511.
Thanks, @bquorning!
😍 Thanks, @bquorning!
No branches or pull requests
Rubocop shows no error, even if the config file is complete garbage (anything that's a valid UTF-8 stream at least).
How to reproduce:
echo '"' > bad.yml
rubocop -c bad.yml
Expected: e.g. "Psych::SyntaxError: (): found unexpected end of stream"
Actual: no errors
Introduced by commit: 57aadf2
This would ultimately solve the problem (somewhat related):
#1151
So, while Rubocop is extremely fussy about Ruby code, Rubocop's config files have a "get out of jail" card.
Oh the irony :D
(I marked this as severe because of how much time people can waste reproducing and reporting issues)
The text was updated successfully, but these errors were encountered: