summaryrefslogtreecommitdiff
path: root/ale_linters/pug/puglint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/pug/puglint.vim')
-rw-r--r--ale_linters/pug/puglint.vim6
1 files changed, 0 insertions, 6 deletions
diff --git a/ale_linters/pug/puglint.vim b/ale_linters/pug/puglint.vim
index be1be190..338cb05f 100644
--- a/ale_linters/pug/puglint.vim
+++ b/ale_linters/pug/puglint.vim
@@ -1,12 +1,6 @@
" Author: w0rp - <devw0rp@gmail.com>
" Description: pug-lint for checking Pug/Jade files.
-if exists('g:loaded_ale_linters_pug_puglint')
- finish
-endif
-
-let g:loaded_ale_linters_pug_puglint = 1
-
call ale#linter#Define('pug', {
\ 'name': 'puglint',
\ 'executable': 'pug-lint',