-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
False positive for Lint/FormatParameterMismatch when options param is a local variable #2506
Comments
👍 just had this issue |
The thing to check here is whether the format string contains |
Just pushed a fix to a branch which has an open PR... |
Wow thanks for the quick fix @alexdowad |
@alexdowad I cloned your fork and verified that the issue in question is fixed on your I think it might make sense though to cherry-pick this fix out of your perf branch and open a separate PR for it since this is independent of performance linting and also likely to be merged and released much more quickly than a new set of features. |
Example
Rubocop output
The text was updated successfully, but these errors were encountered: