Skip to content

Commit 049b6d0

Browse files
committed
Remove version check
Because of rbenv, 'ruby' could actually be one of several different ruby builds, each with its own versioning. So I'll have to give up on the version check.
1 parent 8132109 commit 049b6d0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

linter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ class Ruby(RubyLinter):
2525
)
2626
multiline = True
2727
comment_re = r'\s*#'
28-
version_args = '--version'
29-
version_re = r'^ruby (?P<version>\d+\.\d+\.\d+)'
30-
version_requirement = '>= 1.8'

0 commit comments

Comments
 (0)