branch: elpa/swift-mode
commit b5bfbe03f3dac46480ed35a15d527ba6b522f599
Author: ap4y <l...@pisem.net>
Commit: ap4y <l...@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