Skip to content

Fix linting #639

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

Merged
merged 1 commit into from
Jun 4, 2025
Merged

Fix linting #639

merged 1 commit into from
Jun 4, 2025

Conversation

coalest
Copy link
Collaborator

@coalest coalest commented Feb 4, 2025

Fix for the lint warnings that occur when running the test suite:

$ bundle exec rspec
../rack-mini-profiler/lib/mini_profiler.rb:420: warning: assigned but unused variable - query_params
../rack-mini-profiler/lib/mini_profiler/actions.rb:133: warning: assigned but unused variable - status
Run options: include {:focus=>true}

All examples were filtered out; ignoring {:focus=>true}
................................................................................................................................................................................................
....................................................................................................

Finished in 7.32 seconds (files took 1.56 seconds to load)
292 examples, 0 failures

Coverage report generated for RSpec to ../rack-mini-profiler/coverage.
Line Coverage: 89.71% (1595 / 1778)

@nateberkopec nateberkopec merged commit 68d2a57 into MiniProfiler:master Jun 4, 2025
4 checks passed
@nateberkopec
Copy link
Collaborator

Those are ruby warnings, not linters, but a good fix nonetheless 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants