-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Rails/MatchRoute error #305
Labels
bug
Something isn't working
Comments
I'm assuming the error lies within the cop |
tejasbubane
added a commit
to tejasbubane/rubocop-rails
that referenced
this issue
Jul 24, 2020
… is a variable Closes rubocop#305
tejasbubane
added a commit
to tejasbubane/rubocop-rails
that referenced
this issue
Jul 24, 2020
…on is a variable Closes rubocop#305
tejasbubane
added a commit
to tejasbubane/rubocop-rails
that referenced
this issue
Jul 24, 2020
…on is a variable Closes rubocop#305
9 tasks
koic
added a commit
that referenced
this issue
Jul 25, 2020
[Fix #305] Fix crash in `Rails/MatchRoute` cop when `via` option is a variable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
No error.
Actual behavior
Output:
I reverted back to Rubocop 0.87.1, but the problem persisted.
Steps to reproduce the problem
Run rubocop on the following routes.rb file:
https://github.com/codeforamerica/pandemic-ebt-ca/blob/master/config/routes.rb#L17-L19
RuboCop version
The text was updated successfully, but these errors were encountered: