I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/ale/ale_linters/graphql/gqlint.vim
Normal file
10
dot_vim/plugged/ale/ale_linters/graphql/gqlint.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
" Author: Michiel Westerbeek <happylinks@gmail.com>
|
||||
" Description: Linter for GraphQL Schemas
|
||||
|
||||
call ale#linter#Define('graphql', {
|
||||
\ 'name': 'gqlint',
|
||||
\ 'executable': 'gqlint',
|
||||
\ 'cwd': '%s:h',
|
||||
\ 'command': 'gqlint --reporter=simple %t',
|
||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||
\})
|
||||
Reference in New Issue
Block a user