Closed ksylvest closed 7 years ago
Also seeing this but with %w[]
Did a little digging. Looks like the analyzer gets stuck in a loop. I stepped through the code using pry and got the analyzer to hang. When I ctrl
+ c
'd the process, it produced the following backtrace: https://gist.github.com/eignerchris/dfe2602f5dd039c4543b43dc5f03a97d
This problem is caused by code_analyzer gem. I fixed this bug. https://github.com/flyerhzm/code_analyzer/pull/8 Please wait code_analyzer v0.4.7 releases, then you can fix this problem.
I have released code_analyzer 0.4.7, please try again
I encountered this problem with resources :articles, only: %I[index show]
using code_analyzer 0.4.7 and rail_best_practices 1.18.1.
Freezes:
Runs: