Fix clang-tidy ignoring compile_commands.json

This commit is contained in:
fenuks
2021-01-22 01:01:26 +01:00
parent a1e6df987c
commit 65824feef3
2 changed files with 6 additions and 5 deletions

View File

@@ -68,7 +68,6 @@ Execute(The build directory should be used for header files):
\ ale#Escape('clang-tidy')
\ . ' -checks=' . ale#Escape('*') . ' %s'
\ . ' -p ' . ale#Escape('/foo/bar')
\ . ' -- -x c++'
call ale#test#SetFilename('test.hpp')