mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.94k stars 204 forks source link

fix: Check if build directory exists for cppcheck #525

Closed ismasou closed 8 months ago

ismasou commented 8 months ago

This is a fix of #492 for cppcheck. Now we check if build directory exists before passing the argument to cppcheck.