We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f90bc commit 767910aCopy full SHA for 767910a
elisp/monte.el
@@ -73,8 +73,7 @@
73
74
(flycheck-define-checker monte-lint
75
"Syntax and scope checking for Monte."
76
- :command ("monte" "lint" "-stdin" source-original)
77
- :standard-input t
+ :command ("monte" "lint" source-inplace)
78
:modes (monte-mode)
79
:error-patterns
80
((warning line-start (file-name) ":" line "." column
0 commit comments