From 542ba5a04a3470687075b2b49f95c8f4530c71ee Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 1 Nov 2020 01:12:05 -0300 Subject: Make apkbuild_lint and secfixes_check default for apkbuild filetype --- autoload/ale/linter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/ale/linter.vim b/autoload/ale/linter.vim index ba11e1eb..f9ec48d7 100644 --- a/autoload/ale/linter.vim +++ b/autoload/ale/linter.vim @@ -38,6 +38,7 @@ let s:default_ale_linter_aliases = { " " NOTE: Update the g:ale_linters documentation when modifying this. let s:default_ale_linters = { +\ 'apkbuild': ['apkbuild_lint', 'secfixes_check'], \ 'csh': ['shell'], \ 'elixir': ['credo', 'dialyxir', 'dogma'], \ 'go': ['gofmt', 'golint', 'go vet'], -- cgit v1.2.3