Module: check_mk
Branch: master
Commit: e70234b6aefabb0e0a07dcdf13ce454b64d6c99d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e70234b6aefabb…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Oct 9 12:32:00 2017 +0200
Disabled old-skool cppcheck warnings for flycheck.
Change-Id: I8abb0e9fa890541a71e4f4defae7c595e1331cb5
---
.dir-locals.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..e0be8eb
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+((c++-mode . ((flycheck-cppcheck-suppressions . ("passedByValue")))))