From c5c0de43d1397a74cb0077e1a6bdc7bc1dafaa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 13 Aug 2021 08:30:06 +0200 Subject: vim: remove clangtidy from linters --- vim/ftplugin/cpp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/ftplugin/cpp.vim') diff --git a/vim/ftplugin/cpp.vim b/vim/ftplugin/cpp.vim index 7086bfb..89944ea 100644 --- a/vim/ftplugin/cpp.vim +++ b/vim/ftplugin/cpp.vim @@ -1,5 +1,5 @@ " This is for C but vim defines *.h as cpp type so here we have it -let b:ale_linters = ['ccls', 'cppcheck', 'flawfinder', 'clangtidy'] +let b:ale_linters = ['ccls', 'cppcheck', 'flawfinder'] let b:ale_fixers = ['clang-format', 'remove_trailing_lines', 'trim_whitespace'] let g:ale_cpp_ccls_init_options = {'cache': {'directory': '/tmp/ccls/cache'}} let g:ale_cpp_parse_compile_commands = 1 -- cgit v1.2.3