Merge pull request #3551 from fenuks/bugfix-3506

Fix clang-tidy ignoring compile-commands.json
This commit is contained in:
Horacio Sanson
2021-01-23 01:55:40 +09:00
committed by GitHub
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')