Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 23, 2024
1 parent 4774b38 commit e16a9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flycheck-dart.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

;;; Code:

(require 'flycheck)

(flycheck-define-checker dart
"Dart static analyzer using dart analyze."
:command ("dart" "analyze" "--format=machine" source)
Expand Down

0 comments on commit e16a9e3

Please sign in to comment.