diff --git a/linter.py b/linter.py index e56d4ba..1df1a60 100644 --- a/linter.py +++ b/linter.py @@ -17,7 +17,7 @@ def cmd(self): settings = self.settings - command = ['ruby', '-S'] + command = [] if settings.get('use_bundle_exec', False): command.extend(['bundle', 'exec'])