1
0
Fork
You've already forked flymake-cppcheck
0
A Flymake backend for validating c/c++ files for Emacs
  • Emacs Lisp 99.6%
  • Makefile 0.4%
2025年09月09日 11:33:30 +02:00
.gitignore added makefile, ignores, and altered header/supress file handling 2024年08月05日 15:10:36 +02:00
flymake-cppcheck.el disable builddir for now 2025年09月09日 11:33:30 +02:00
LICENSE initial commit 2021年12月20日 13:05:38 +01:00
Makefile added makefile, ignores, and altered header/supress file handling 2024年08月05日 15:10:36 +02:00
README.md added warning 2021年12月20日 13:13:49 +01:00

flymake-cppcheck

WARNING: This is still work-in-progress

A Flymake backend for validating c/c++ files for Emacs (26+), using cppcheck

Installation

flymake-cppcheck is not available on MELPA, so you have to add it using your load-path manually.

Usage

Add the following to your .emacs files for Emacs to load the backend when visiting a c/c++ file

(require 'flymake-cppcheck)
(add-hook 'cc-mode-hook 'flymake-cppcheck-setup)

Remember to enable flymake-mode as well, preferably after.

License

Distributed under the GNU General Public License, version 3.