Skip to content

Commit

Permalink
Remove dependency on wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalzbergedu committed Nov 19, 2024
1 parent 3060b3c commit 49dc6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/raven-ts-mode/raven-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ flycheck checker CHECKER. Return a list of errors."

(flycheck-define-checker raven
"A raven syntax checker using `raven`"
:command ("raven_wrapper.sh" source-original)
:command ("raven" source-original)
:error-parser raven-ts-mode-parse-flycheck-error
:modes raven-ts-mode)

Expand Down

0 comments on commit 49dc6d6

Please sign in to comment.