diff options
author | w0rp <w0rp@users.noreply.github.com> | 2016-10-22 14:35:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-22 14:35:13 +0100 |
commit | 89d8f2a0bc541af8d6c5aa33b806846e4efedcd2 (patch) | |
tree | 0a3627a8bdc4863d0fff96f91cc75459fbba588c /ale_linters/sh | |
parent | cd00a18c3a85080783c71abaeae87e4c599435e3 (diff) | |
parent | 99aebcafac22607273f06442b3613e11774d8444 (diff) | |
download | ale-89d8f2a0bc541af8d6c5aa33b806846e4efedcd2.zip |
Merge pull request #138 from neersighted/dotft
Add support for dot-seperate linters, improve linter tests
Diffstat (limited to 'ale_linters/sh')
-rw-r--r-- | ale_linters/sh/shell.vim | 6 | ||||
-rw-r--r-- | ale_linters/sh/shellcheck.vim | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/ale_linters/sh/shell.vim b/ale_linters/sh/shell.vim index 9866309e..f996f7e1 100644 --- a/ale_linters/sh/shell.vim +++ b/ale_linters/sh/shell.vim @@ -1,12 +1,6 @@ " Author: w0rp <devw0rp@gmail.com> " Description: Lints sh files using bash -n -if exists('g:loaded_ale_linters_sh_shell') - finish -endif - -let g:loaded_ale_linters_sh_shell = 1 - " This option can be changed to change the default shell when the shell " cannot be taken from the hashbang line. if !exists('g:ale_linters_sh_shell_default_shell') diff --git a/ale_linters/sh/shellcheck.vim b/ale_linters/sh/shellcheck.vim index 82ca5947..3fdad5f2 100644 --- a/ale_linters/sh/shellcheck.vim +++ b/ale_linters/sh/shellcheck.vim @@ -2,12 +2,6 @@ " Description: This file adds support for using the shellcheck linter with " shell scripts. -if exists('g:loaded_ale_linters_sh_shellcheck') - finish -endif - -let g:loaded_ale_linters_sh_shellcheck = 1 - " This global variable can be set with a string of comma-seperated error " codes to exclude from shellcheck. For example: " |