-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
crash in Performance/DeletePrefix with 1.6.0 #111
Labels
bug
Something isn't working
Comments
Thanks for the detailed bug report. Have you tried upgrading your version of RuboCop? 0.84 is the current one |
it seems fixed with |
Yes, I can confirm this cop uses a feature introduced in 0.82. I've opened #112 so that we also change our CI to test against the minimum acceptable version of RuboCop |
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
May 22, 2020
…ffix` cops Fixes rubocop#111. This PR fixes an error for `Performance/DeletePrefix` and `Performance/DeleteSuffix` cops when using autocorrection with RuboCop 0.81 or lower.
8 tasks
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
May 22, 2020
…rformance/DeleteSuffix` Fixes rubocop#111. This PR fixes an error for `Performance/DeletePrefix` and `Performance/DeleteSuffix` cops when using autocorrection with RuboCop 0.81 or lower.
koic
added a commit
that referenced
this issue
May 23, 2020
…delete_suffix [Fix #111] Fix an error for `Performance/DeletePrefix` and `Performance/DeleteSuffix` cops
koic
added a commit
to koic/rubocop-rails
that referenced
this issue
Jun 8, 2020
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
9 tasks
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Jun 10, 2020
Follow up to rubocop#111. This PR prepares to use RuboCop's new development API.
koic
added a commit
to koic/rubocop-minitest
that referenced
this issue
Jun 12, 2020
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
8 tasks
patrickm53
pushed a commit
to patrickm53/performance-develop-rubyonrails
that referenced
this issue
Sep 23, 2022
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
richardstewart0213
added a commit
to richardstewart0213/performance-build-Performance-optimization-analysis-
that referenced
this issue
Nov 4, 2022
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
Cute0110
added a commit
to Cute0110/Rubocop-Performance
that referenced
this issue
Sep 28, 2023
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
SerhiiMisiura
added a commit
to SerhiiMisiura/Rubocop-Performance
that referenced
this issue
Oct 5, 2023
Follow up to rubocop/rubocop-performance#111. This PR prepares to use RuboCop's new development API.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with
rubocop-performance-1.6.0
this crash just started occurring on this line:Expected behavior
no crash
Actual behavior
a crash
Steps to reproduce the problem
given a file
foo.rb
which contains just this line:RuboCop version
The text was updated successfully, but these errors were encountered: