Skip to content

Commit

Permalink
Update flycheck-eask.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Feb 23, 2024
1 parent 55dbb2e commit c07204c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flycheck-eask.el
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ the BUFFER that was checked respectively."

(flycheck-define-checker eask
"A linter for Eask-file."
:command ("eask" "check-eask" "--json"
:command ("eask" "analyze" "--json"
(eval flycheck-eask-args)
source)
:error-parser flycheck-eask-parse-lint
Expand Down

0 comments on commit c07204c

Please sign in to comment.