Rename the sasslinters to use the same naming conventions, and add scsslint.

This commit is contained in:
w0rp
2016-10-05 10:36:38 +01:00
parent 1fb34d649b
commit 200d9304ab
3 changed files with 51 additions and 2 deletions
+1 -1
View File
@@ -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',