mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Run actionlint by default on GitHub files
Detect paths containing .github as a directory for running actionlint by default on YAML filetypes.
This commit is contained in:
@@ -1670,7 +1670,7 @@ g:ale_linters *g:ale_linters*
|
||||
\ 'vue': ['eslint', 'vls'],
|
||||
\ 'zsh': ['shell'],
|
||||
\ 'v': ['v'],
|
||||
\ 'yaml': ['spectral', 'yaml-language-server', 'yamllint'],
|
||||
\ 'yaml': ['actionlint', 'spectral', 'yaml-language-server', 'yamllint'],
|
||||
\}
|
||||
<
|
||||
This option can be used to enable only a particular set of linters for a
|
||||
|
||||
Reference in New Issue
Block a user