summaryrefslogtreecommitdiff
path: root/test/linter/test_clang_tidy.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_clang_tidy.vader')
-rw-r--r--test/linter/test_clang_tidy.vader6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/linter/test_clang_tidy.vader b/test/linter/test_clang_tidy.vader
index eb1220be..f7f0aa74 100644
--- a/test/linter/test_clang_tidy.vader
+++ b/test/linter/test_clang_tidy.vader
@@ -12,12 +12,6 @@ Execute(The clangtidy command default should be correct):
AssertLinter 'clang-tidy',
\ ale#Escape('clang-tidy') . ' %s'
-Execute(You should be able to remove the -checks option for clang-tidy):
- let b:ale_cpp_clangtidy_checks = []
-
- AssertLinter 'clang-tidy',
- \ ale#Escape('clang-tidy') . ' %s'
-
Execute(You should be able to set other checks for clang-tidy):
let b:ale_cpp_clangtidy_checks = ['-*', 'clang-analyzer-*']