Add tests for clangtidy with Makefile

This commit is contained in:
Greg Anders
2019-10-06 10:29:23 -06:00
parent 06a97a8541
commit 7795898841
5 changed files with 29 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
Before:
Save g:ale_c_parse_makefile
let g:ale_c_parse_makefile = 0
call ale#assert#SetUpLinterTest('c', 'clangtidy')
call ale#test#SetFilename('test.c')