Skip to content

Releases: SublimeLinter/SublimeLinter-rubocop

3.2.3

Choose a tag to compare

@kaste kaste released this 22 Aug 23:53
7a0a3d2
  • Mark the RubyLinter base class as being "abstract" to avoid warnings in the console. #81

3.2.1

Choose a tag to compare

@kaste kaste released this 08 Oct 14:24
83cf912
  • @oleg-vinted wrote a better word_re to enhance the highlighting/squiggling range. (#80) 🙇

3.2.0

Choose a tag to compare

@kaste kaste released this 04 Mar 12:16
0da6362

3.1.0: Merge pull request #67 from SublimeLinter/enable-rvm

Choose a tag to compare

@kaste kaste released this 26 Aug 11:09
9bf25c7

Enable rvm support again. 🤞

Use 'rubocop' directly

Choose a tag to compare

@kaste kaste released this 27 May 09:51
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.

2.2.0

Choose a tag to compare

@braver braver released this 24 Jul 17:08
7a06c4a
fix #61 don't lint haml

2.1.1: Merge pull request #60 from SublimeLinter/braver-patch-1

Choose a tag to compare

@braver braver released this 02 Jul 12:07
90da4e3
don't lint embedded ruby

Use selectors not syntax_map

Choose a tag to compare

@braver braver released this 30 Jun 07:10
90af122
Merge pull request #59 from 1dustindavis/master

Moved syntax attribute to use 'defaults'

2.0.4: Merge pull request #54 from SublimeLinter/sl4-cleanup

Choose a tag to compare

@braver braver released this 26 Mar 09:37
6ec6d0f
cleanup deprecated stuff and simplify travis test

SL4 compatibility

Choose a tag to compare

@kaste kaste released this 23 Mar 19:41
869e257

Don't use deprecated executableor executable_path

❤️ to @martinbohman for his PR