DEV Community

Discussion on: Make rubocop 20x faster in 5 min

Collapse
 
fwuensche profile image
Flavio Wuensche • Edited

Hey Yann! I've been facing some issues with it locally.
If you want to rollback the changes you can:

unlink $(rbenv which rubocop)
gem install rubocop
source ~/.zshrc # or reload the terminal
# also reload your text editor if you're using an integrated linter
Enter fullscreen mode Exit fullscreen mode