summaryrefslogtreecommitdiff
path: root/ale_linters/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/cpp')
-rw-r--r--ale_linters/cpp/cppcheck.vim6
-rw-r--r--ale_linters/cpp/gcc.vim6
2 files changed, 0 insertions, 12 deletions
diff --git a/ale_linters/cpp/cppcheck.vim b/ale_linters/cpp/cppcheck.vim
index d8057901..9576b092 100644
--- a/ale_linters/cpp/cppcheck.vim
+++ b/ale_linters/cpp/cppcheck.vim
@@ -1,12 +1,6 @@
" Author: Bart Libert <bart.libert@gmail.com>
" Description: cppcheck linter for cpp files
-if exists('g:loaded_ale_linters_cpp_cppcheck')
- finish
-endif
-
-let g:loaded_ale_linters_cpp_cppcheck = 1
-
" Set this option to change the cppcheck options
if !exists('g:ale_cpp_cppcheck_options')
let g:ale_cpp_cppcheck_options = '--enable=style'
diff --git a/ale_linters/cpp/gcc.vim b/ale_linters/cpp/gcc.vim
index b868828a..084c0602 100644
--- a/ale_linters/cpp/gcc.vim
+++ b/ale_linters/cpp/gcc.vim
@@ -1,12 +1,6 @@
" Author: geam <mdelage@student.42.fr>
" Description: gcc linter for cpp files
-if exists('g:loaded_ale_linters_cpp_gcc')
- finish
-endif
-
-let g:loaded_ale_linters_cpp_gcc = 1
-
" Set this option to change the GCC options for warnings for C.
if !exists('g:ale_cpp_gcc_options')
" added c++14 standard support