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
+1 -1
View File
@@ -10,7 +10,7 @@ call ale#Set('c_clangtidy_executable', 'clang-tidy')
" Consult the check list in clang-tidy's documentation:
" http://clang.llvm.org/extra/clang-tidy/checks/list.html
call ale#Set('c_clangtidy_checks', ['*'])
call ale#Set('c_clangtidy_checks', [])
" Set this option to manually set some options for clang-tidy.
" This will disable compile_commands.json detection.
call ale#Set('c_clangtidy_options', '')