diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-01 01:12:05 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-01-22 14:04:26 -0300 |
commit | 542ba5a04a3470687075b2b49f95c8f4530c71ee (patch) | |
tree | 90da5a4f422bbd573d987cb1f3e4cd0d78d4971c | |
parent | df91bc904621fcd6e6bb1bd95ea3d4fbbad68f8b (diff) | |
download | ale-542ba5a04a3470687075b2b49f95c8f4530c71ee.zip |
Make apkbuild_lint and secfixes_check default for apkbuild filetype
-rw-r--r-- | autoload/ale/linter.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |