From 1a4559030ec5232a205e3b5adaa49b74a8e36208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 20 Dec 2018 00:11:46 +0100 Subject: [PATCH] Fix the cppcheck include path for flycheck --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 858954afb3..4141681953 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -59,6 +59,6 @@ ) (eval setq flycheck-clang-include-path include-directories) - (eval setq flycheck-cpp-include-path include-directories) + (eval setq flycheck-cppcheck-include-path include-directories) ) ))