Removed syntastic and replaced it with ale
Read more here: https://github.com/w0rp/ale
This commit is contained in:
8
sources_non_forked/ale/ale_linters/scss/sasslint.vim
Normal file
8
sources_non_forked/ale/ale_linters/scss/sasslint.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" Author: KabbAmine - https://github.com/KabbAmine
|
||||
|
||||
call ale#linter#Define('scss', {
|
||||
\ 'name': 'sasslint',
|
||||
\ 'executable': 'sass-lint',
|
||||
\ 'command': 'sass-lint -v -q -f compact %t',
|
||||
\ 'callback': 'ale#handlers#css#HandleCSSLintFormat',
|
||||
\})
|
||||
Reference in New Issue
Block a user