Skip to content

Use 'rubocop' directly

Compare
Choose a tag to compare
@kaste kaste released this 27 May 09:51
· 10 commits to master since this release
621d9fa

We always used ruby -S rubocop to execute rubocop. We now switch to search for and use a 'rubocop' executable directly. PR made by @jeffbyrnes.

This can be overriden as always by setting the executable key to e.g. here/is/my/rubocop or ['here/is/ruby', '-S', 'rubocop'] in the linter settings.