mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-11 06:51:52 +08:00
Fix some indentation
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
" Description: Linter for GraphQL Schemas
|
" Description: Linter for GraphQL Schemas
|
||||||
|
|
||||||
call ale#linter#Define('graphql', {
|
call ale#linter#Define('graphql', {
|
||||||
\ 'name': 'gqlint',
|
\ 'name': 'gqlint',
|
||||||
\ 'executable': 'gqlint',
|
\ 'executable': 'gqlint',
|
||||||
\ 'command': 'gqlint --reporter=simple %t',
|
\ 'command': 'gqlint --reporter=simple %t',
|
||||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user