Add "warning" and "information" to cppcheck-checks.
This commit is contained in:
parent
2fb7ce5eed
commit
b35496a691
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-09-30T10:00:39+00:00>
|
||||
;; Time-stamp: <2019-09-30T16:38:17+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; Requires at least Emacs 24.3.
|
||||
|
@ -217,6 +217,8 @@ With argument, do this that many times."
|
|||
(unless slow-computer
|
||||
(use-package flycheck
|
||||
:defer nil
|
||||
:custom
|
||||
(flycheck-cppcheck-checks '("style" "warning" "information"))
|
||||
:config
|
||||
(global-flycheck-mode)
|
||||
;; (setq flycheck-check-syntax-automatically '(save new-line mode-change))
|
||||
|
|
Loading…
Reference in New Issue
Block a user