Releases: SublimeLinter/SublimeLinter-rubocop
Releases · SublimeLinter/SublimeLinter-rubocop
3.2.3
Compare
Sorry, something went wrong.
No results found
kaste
released this
22 Aug 23:53
Mark the RubyLinter base class as being "abstract" to avoid warnings in the console. #81
3.2.1
Compare
Sorry, something went wrong.
No results found
kaste
released this
08 Oct 14:24
@oleg-vinted wrote a better word_re to enhance the highlighting/squiggling range. (#80 ) 🙇
3.2.0
Compare
Sorry, something went wrong.
No results found
kaste
released this
04 Mar 12:16
3.1.0: Merge pull request #67 from SublimeLinter/enable-rvm
Compare
Sorry, something went wrong.
No results found
kaste
released this
26 Aug 11:09
Enable rvm support again. 🤞
Use 'rubocop' directly
Compare
Sorry, something went wrong.
No results found
kaste
released this
27 May 09:51
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
Compare
Sorry, something went wrong.
No results found
braver
released this
24 Jul 17:08
fix #61 don't lint haml
2.1.1: Merge pull request #60 from SublimeLinter/braver-patch-1
Compare
Sorry, something went wrong.
No results found
braver
released this
02 Jul 12:07
don't lint embedded ruby
Use selectors not syntax_map
Compare
Sorry, something went wrong.
No results found
braver
released this
30 Jun 07:10
Merge pull request #59 from 1dustindavis/master
Moved syntax attribute to use 'defaults'
2.0.4: Merge pull request #54 from SublimeLinter/sl4-cleanup
Compare
Sorry, something went wrong.
No results found
braver
released this
26 Mar 09:37
cleanup deprecated stuff and simplify travis test
SL4 compatibility
Compare
Sorry, something went wrong.
No results found
kaste
released this
23 Mar 19:41
Don't use deprecated executableor executable_path
❤️ to @martinbohman for his PR