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
These two files cause Reek to crash after saying that there was a syntax error. I don't know if the crash and stack trace are intentional.
bad1.txt bad.txt
The text was updated successfully, but these errors were encountered:
Both files contain syntax errors because at least one "end" is missing in both (just did a cursory glance) so this is not related to Reek:
ruby -c bad.txt bad.txt:60: syntax error, unexpected end-of-input, expecting `end'
Sorry, something went wrong.
Agreed. But I was just asking whether the stack trace was intentional.
Yes, the stacktrace at the end of Reeks output is indeed intentional ;)
No branches or pull requests
These two files cause Reek to crash after saying that there was a syntax error. I don't know if the crash and stack trace are intentional.
bad1.txt
bad.txt
The text was updated successfully, but these errors were encountered: