summaryrefslogtreecommitdiff
path: root/ale_linters/bats
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/bats')
-rw-r--r--ale_linters/bats/shellcheck.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ale_linters/bats/shellcheck.vim b/ale_linters/bats/shellcheck.vim
new file mode 100644
index 00000000..5c2a0ea9
--- /dev/null
+++ b/ale_linters/bats/shellcheck.vim
@@ -0,0 +1,4 @@
+" Author: Ian2020 <https://github.com/Ian2020>
+" Description: shellcheck linter for bats scripts.
+
+call ale#handlers#shellcheck#DefineLinter('bats')