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

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

[nongnu] elpa/swift-mode b5bfbe0 154/496: Don't active flycheck checker


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode b5bfbe0 154/496: Don't active flycheck checker by default
Date: Sun, 29 Aug 2021 11:33:27 -0400 (EDT)

branch: elpa/swift-mode
commit b5bfbe03f3dac46480ed35a15d527ba6b522f599
Author: ap4y <lod@pisem.net>
Commit: ap4y <lod@pisem.net>

    Don't active flycheck checker by default
    
    It doesn't work with linked libraries, this means it doesn't work well
    with Xcode projects.
---
 swift-mode.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/swift-mode.el b/swift-mode.el
index 1a39e24..e16cf43 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -516,9 +516,7 @@
                "error: " (message) line-end)
         (warning line-start (file-name) ":" line ":" column ": "
                  "warning: " (message) line-end))
-       :modes swift-mode)
-
-     (add-to-list 'flycheck-checkers 'swift)))
+       :modes swift-mode)))
 
 ;;; REPL
 



reply via email to

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