add some emacs vars for cppcheck
This commit is contained in:
6
.dir-locals.el
Normal file
6
.dir-locals.el
Normal file
@@ -0,0 +1,6 @@
|
||||
;;; Directory Local Variables
|
||||
;;; For more information see (info "(emacs) Directory Variables")
|
||||
|
||||
((c-mode . ((flycheck-cppcheck-standards . ("c11"))
|
||||
(flycheck-cppcheck-checks . ("all"))
|
||||
(flycheck-cppcheck-suppressions . ("unusedFunction")))))
|
||||
Reference in New Issue
Block a user