Prevent writing of files by clang analyzer

This commit is contained in:
Alex D. 2023-07-17 21:09:20 +00:00
parent 4bc1a5fb73
commit 4a6409a42d
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -36,6 +36,7 @@ let g:ale_fixers = {
\ 'c': ['clang-format'],
\ 'cpp': ['clang-format'],
\}
let g:ale_cpp_clangcheck_options = '--analyzer-output text'
let g:ale_sign_error = 'E>'
let g:ale_sign_warning = 'W>'
let g:ale_sign_info = 'I>'