Make apkbuild_lint and secfixes_check default for apkbuild filetype

This commit is contained in:
Leo 2020-11-01 01:12:05 -03:00
parent df91bc9046
commit 542ba5a04a
1 changed files with 1 additions and 0 deletions

View File

@ -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'],