mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-24 17:28:42 +08:00
Rename the sasslinters to use the same naming conventions, and add scsslint.
This commit is contained in:
@@ -7,7 +7,7 @@ endif
|
||||
let g:loaded_ale_linters_sass_sasslint = 1
|
||||
|
||||
call ALEAddLinter('sass', {
|
||||
\ 'name': 'sassLint',
|
||||
\ 'name': 'sasslint',
|
||||
\ 'executable': 'sass-lint',
|
||||
\ 'command': g:ale#util#stdin_wrapper . ' .sass sass-lint -v -q -f compact',
|
||||
\ 'callback': 'ale#handlers#HandleCSSLintFormat',
|
||||
|
||||
Reference in New Issue
Block a user