mirror of
https://github.com/dense-analysis/ale.git
synced 2026-03-18 12:32:32 +08:00
#1754 Require snake_case names for linters in the codebase
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
" Description: ghc for Haskell files, using Stack
|
||||
|
||||
call ale#linter#Define('haskell', {
|
||||
\ 'name': 'stack-ghc',
|
||||
\ 'name': 'stack_ghc',
|
||||
\ 'aliases': ['stack-ghc'],
|
||||
\ 'output_stream': 'stderr',
|
||||
\ 'executable': 'stack',
|
||||
\ 'command': 'stack ghc -- -fno-code -v0 %t',
|
||||
|
||||
Reference in New Issue
Block a user