auth0 / omniauth-auth0

OmniAuth strategy to login with Auth0
MIT License
125 stars 67 forks source link

fix lint issue - unused variables should prefix with _ #131

Closed shivamvinsol closed 3 years ago

shivamvinsol commented 3 years ago

Changes

While going through the code, noticed some lint errors. Variables were defined, but unused. Ruby syntax suggests to prefix such variables with _.

References

https://github.com/rubocop/ruby-style-guide

Testing

No need

Checklist

shivamvinsol commented 3 years ago

closing due to no activity.