Add "warning" and "information" to cppcheck-checks.

This commit is contained in:
tastytea 2019-09-30 18:41:10 +02:00
parent 2fb7ce5eed
commit b35496a691
1 changed files with 3 additions and 1 deletions

View File

@ -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))