pderichs / sublime_rubocop

A Sublime Text RuboCop plugin.
238 stars 41 forks source link

Some cops policies not highlighted in Sublime Text 3 #26

Closed kofronpi closed 9 years ago

kofronpi commented 9 years ago

Some policies are not highlighted by sublime_rubocop.

I run Sublime Text 3 beta under ubuntu 14.04, rubocop v 0.27.1. I have no sublime_rubocop user settings and I use RVM.

Those cops are affected:

Metrics/AbcSize (http://www.rubydoc.info/gems/rubocop/0.27.0/RuboCop/Cop/Metrics/AbcSize)

I will update if I find more.

pderichs commented 9 years ago

Sorry, I am not able to reproduce that. I am using ST3 on Ubuntu 14.04 with rvm (rubocop version 0.29.1). Metrics/AbcSize is marked as expected.

Can you provide more details?