Open zorar4ik opened 4 years ago
The problem appears to be related to extensions, in this case the rubocop-performance
extension. I got the same errors despite adding rubocop-performance
to the Gemfile and require: rubocop-performance
to the .rubocop.yml configuration in your post. Not sure what needs to be done here, but I'm looking into it.
I can't start solargraph server if my
.rubocop.yml
includes these lines:It says can't start solargraph server, unrecognised cops. These rules were introduced few days ago in rubocop version 0.87.0
Is there a way to include these cops and start solargraph at the same time or it is impossible for now?
P.S My solargraph extension is v0.21.1, solargraph gem version 0.39.11. Thanks!