Make apkbuild_lint and secfixes_check default for apkbuild filetype
This commit is contained in:
parent
df91bc9046
commit
542ba5a04a
1 changed files with 1 additions and 0 deletions
|
@ -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'],
|
||||
|
|
Reference in a new issue