Skip to content

Commit 833301d

Browse files
committed
Subclass from RubyLinter to get its functionality.
1 parent 4d1920b commit 833301d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
"""This module exports the Ruby plugin class."""
1212

13-
from SublimeLinter.lint import Linter
13+
from SublimeLinter.lint import RubyLinter
1414

1515

16-
class Ruby(Linter):
16+
class Ruby(RubyLinter):
1717

1818
"""Provides an interface to ruby -wc."""
1919

0 commit comments

Comments
 (0)