Flawfinder for C++:
Fix missing variable causing flawfinder to fail for c++
This commit is contained in:
parent
95ec9bb780
commit
f1d56a343e
@ -4,6 +4,7 @@
|
||||
call ale#Set('cpp_flawfinder_executable', 'flawfinder')
|
||||
call ale#Set('cpp_flawfinder_options', '')
|
||||
call ale#Set('cpp_flawfinder_minlevel', 1)
|
||||
call ale#Set('c_flawfinder_error_severity', 6)
|
||||
|
||||
function! ale_linters#cpp#flawfinder#GetExecutable(buffer) abort
|
||||
return ale#Var(a:buffer, 'cpp_flawfinder_executable')
|
||||
|
Loading…
Reference in New Issue
Block a user