emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/arduino-mode 16955f5 086/107: fix flycheck-arduino check o


From: ELPA Syncer
Subject: [nongnu] elpa/arduino-mode 16955f5 086/107: fix flycheck-arduino check out source code file error
Date: Sun, 29 Aug 2021 10:58:21 -0400 (EDT)

branch: elpa/arduino-mode
commit 16955f579c5caca223c0ba825075e3573dcf2288
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    fix flycheck-arduino check out source code file error
---
 flycheck-arduino.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flycheck-arduino.el b/flycheck-arduino.el
index a8e73ae..9e20bd2 100644
--- a/flycheck-arduino.el
+++ b/flycheck-arduino.el
@@ -10,10 +10,10 @@
 (require 'arduino-mode)
 
 (flycheck-define-checker arduino
-  ;; https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
-  "Arduino checker using Arduino IDE. (This requires higher than version 1.5+)"
+  "Arduino checker using Arduino IDE. (This requires higher than version 1.5+).
+See 
`https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc'."
   ;; source, source-inplace, source-original
-  :command ("arduino" "--verify" source-original)
+  :command ("arduino" "--verify" source)
   :error-patterns
   (;; I don't make sure about this warning... How to emit a warning?
    (warning line-start (file-name) ":" line ":" column ": warning: " (message) 
line-end)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]