Do not enable all clang-tidy checks by default

This commit is contained in:
Andreas Hollmann
2018-10-29 23:48:05 +01:00
parent cae40e1c34
commit ef7b4af917
7 changed files with 26 additions and 12 deletions

View File

@@ -219,5 +219,5 @@ Execute(The C++ ClangTidy handler should include json folders for projects with
AssertLinter 'clang-tidy',
\ ale#Escape('clang-tidy')
\ . ' -checks=' . ale#Escape('*') . ' %s '
\ . ' %s '
\ . '-p ' . ale#Escape(ale#path#Simplify(g:dir . '/../test_c_projects/json_project/build'))