summaryrefslogtreecommitdiffstats
path: root/lisp/init-flycheck.el
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-07-27 02:00:20 +0200
committerMartin Polden <mpolden@mpolden.no>2018-07-27 02:00:20 +0200
commit825b3394988ed8763e8da745a55d893b54eb59fc (patch)
tree0d4be74042b0ffa99787e4d7dbbcc95d08d89369 /lisp/init-flycheck.el
parentd69fcb003720d7a419514a9f7d2de0d844d53d5a (diff)
Disable go-megacheck due to high CPU usage
Diffstat (limited to 'lisp/init-flycheck.el')
-rw-r--r--lisp/init-flycheck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-flycheck.el b/lisp/init-flycheck.el
index f9ef2ab..123ec9c 100644
--- a/lisp/init-flycheck.el
+++ b/lisp/init-flycheck.el
@@ -2,7 +2,7 @@
:init
;; disable noisy checkers
(setq-default flycheck-disabled-checkers
- '(emacs-lisp emacs-lisp-checkdoc go-golint))
+ '(emacs-lisp emacs-lisp-checkdoc go-golint go-megacheck))
;; prefer python 3
(let ((python "python3"))