This commit is contained in:
Vasili Svirydau
2022-04-28 17:05:59 +00:00
parent 4a9f7be2ef
commit 8c68a09b15
14 changed files with 59 additions and 15 deletions

2
ftplugin/bash.vim Normal file
View File

@@ -0,0 +1,2 @@
let b:ale_linters = ['shellcheck']

2
ftplugin/dockerfile.vim Normal file
View File

@@ -0,0 +1,2 @@
let b:ale_linters = ['hadolint']

2
ftplugin/elixir.vim Normal file
View File

@@ -0,0 +1,2 @@
" let b:ale_linters = ['credo', 'dialyxir']
let b:ale_linters = ['dialyxir']

2
ftplugin/javascript.vim Normal file
View File

@@ -0,0 +1,2 @@
let b:ale_linters = ['eslint']

1
ftplugin/ruby.vim Normal file
View File

@@ -0,0 +1 @@
let b:ale_linters = ['rubocop', 'reek']

2
ftplugin/sh.vim Normal file
View File

@@ -0,0 +1,2 @@
let b:ale_linters = ['shellcheck']

2
ftplugin/typescript.vim Normal file
View File

@@ -0,0 +1,2 @@
let b:ale_linters = ['eslint']