mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
Fix a test on Windows
This commit is contained in:
@@ -30,5 +30,5 @@ Execute(cppcheck for C++ should detect compile_commands.json files in build dire
|
||||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/cppcheck_paths/with_build_dir'))
|
||||
\ . ale#Escape('cppcheck')
|
||||
\ . ' -q --language=c++'
|
||||
\ . ' --project=' . ale#Escape('build/compile_commands.json')
|
||||
\ . ' --project=' . ale#Escape(ale#path#Simplify('build/compile_commands.json'))
|
||||
\ . ' --enable=style %t'
|
||||
|
||||
Reference in New Issue
Block a user