summaryrefslogtreecommitdiff
path: root/ale_linters/cpp/cppcheck.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/cpp/cppcheck.vim')
-rw-r--r--ale_linters/cpp/cppcheck.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/cpp/cppcheck.vim b/ale_linters/cpp/cppcheck.vim
index adb3f450..49cab0d9 100644
--- a/ale_linters/cpp/cppcheck.vim
+++ b/ale_linters/cpp/cppcheck.vim
@@ -15,5 +15,5 @@ call ale#linter#Define('cpp', {
\ 'output_stream': 'both',
\ 'executable': 'cppcheck',
\ 'command_callback': 'ale_linters#cpp#cppcheck#GetCommand',
-\ 'callback': 'ale#handlers#HandleCppCheckFormat',
+\ 'callback': 'ale#handlers#cppcheck#HandleCppCheckFormat',
\})