Skip to content

Commit

Permalink
Merge pull request #13 from frothedoatmilk/use-bin-over-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Jan 5, 2024
2 parents 924fcb8 + 3f09b70 commit 4695eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class HamlLint(RubyLinter):
"""Provides an interface to haml-lint."""

cmd = 'ruby -S haml-lint ${args} ${temp_file}'
cmd = 'haml-lint ${args} ${temp_file}'
regex = r'^.+?:(?P<line>\d+) \[(:?(?P<warning>W)|(?P<error>E))\] (?P<message>.+)'
tempfile_suffix = 'haml'

Expand Down

0 comments on commit 4695eaa

Please sign in to comment.