.
This commit is contained in:
2
ftplugin/bash.vim
Normal file
2
ftplugin/bash.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
let b:ale_linters = ['shellcheck']
|
||||
|
||||
2
ftplugin/dockerfile.vim
Normal file
2
ftplugin/dockerfile.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
let b:ale_linters = ['hadolint']
|
||||
|
||||
2
ftplugin/elixir.vim
Normal file
2
ftplugin/elixir.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
" let b:ale_linters = ['credo', 'dialyxir']
|
||||
let b:ale_linters = ['dialyxir']
|
||||
2
ftplugin/javascript.vim
Normal file
2
ftplugin/javascript.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
let b:ale_linters = ['eslint']
|
||||
|
||||
1
ftplugin/ruby.vim
Normal file
1
ftplugin/ruby.vim
Normal file
@@ -0,0 +1 @@
|
||||
let b:ale_linters = ['rubocop', 'reek']
|
||||
2
ftplugin/sh.vim
Normal file
2
ftplugin/sh.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
let b:ale_linters = ['shellcheck']
|
||||
|
||||
2
ftplugin/typescript.vim
Normal file
2
ftplugin/typescript.vim
Normal file
@@ -0,0 +1,2 @@
|
||||
let b:ale_linters = ['eslint']
|
||||
|
||||
Reference in New Issue
Block a user