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
When running tests in router and in Hanami, there are two warnings for assigned but unused variables.
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/generator.rb:58: warning: assigned but unused variable - generator
and
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/route_helper.rb:99: warning: assigned but unused variable - params
Could definitely easily fix this if there is no reasoning for having the variables. Let me know!
The text was updated successfully, but these errors were encountered:
Wow never mind. This was totally my bad, too early in the morning. Obviously this is an issue with the http_router gem -_-
Sorry, something went wrong.
@justin-rhoades There is an open PR in http_router repository. Maybe you can upvote it. Thanks! joshbuddy/http_router#47
http_router
jodosha
No branches or pull requests
When running tests in router and in Hanami, there are two warnings for assigned but unused variables.
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/generator.rb:58: warning: assigned but unused variable - generator
and
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/route_helper.rb:99: warning: assigned but unused variable - params
Could definitely easily fix this if there is no reasoning for having the variables. Let me know!
The text was updated successfully, but these errors were encountered: