#1754 Require snake_case names for linters in the codebase

This commit is contained in:
w0rp
2018-07-24 10:05:44 +01:00
parent 95be2bf1ff
commit d368f090ae
23 changed files with 52 additions and 84 deletions

View File

@@ -9,7 +9,8 @@ endfunction
" Using CM requires that we set "lint_file: 1", since it reads the files
" from the disk itself.
call ale#linter#Define('sml', {
\ 'name': 'smlnj-cm',
\ 'name': 'smlnj_cm',
\ 'aliases': ['smlnj-cm'],
\ 'executable_callback': 'ale#handlers#sml#GetExecutableSmlnjCm',
\ 'lint_file': 1,
\ 'command_callback': 'ale_linters#sml#smlnj_cm#GetCommand',