pderichs / sublime_rubocop

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

Windows: Mark issues in view is not working #29

Closed pderichs closed 9 years ago

pderichs commented 9 years ago

The call to rubocop seems to fail on windows for the mark issues in view handling within rubocop_listener.py.

It seems, the popen command is not able to find the rubocop command: FileNotFoundError: [WinError 2].

pderichs commented 9 years ago

Fixed.