Sublime Forum

Rubocop stopped working on Sublime Text 3 build#3176

#1

Is there any way to configure Sublime to use certain Rubocop version? There is a new version of Rubocop gem, but I am getting some error installing the new 0.57.x version.

How and where does Sublime Text looks up for installed rubocop for linting.

I appreciate any help!

Thanks,

0 Likes

#2

Sublime Text does not come with a linter by default, so I assume you’re using the third-party SublimeLinter-rubocop package. All linter providers use executables exposed in your PATH environmental variable, but you can override that in the linter settings.

0 Likes

#3

Thanks for you prompt response. I got the linting working in my Sublime Text.

0 Likes