cppcheck: Update list of --enable= option arguments completions
See: d23c58d387
This commit is contained in:
parent
8ec55193de
commit
e3345a27b6
@ -17,8 +17,8 @@ _cppcheck()
|
||||
return
|
||||
;;
|
||||
--enable)
|
||||
COMPREPLY=( $( compgen -W 'all style information unusedFunction
|
||||
missingInclude' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W 'all style performance portability
|
||||
information unusedFunction missingInclude' -- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
--error-exitcode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user