mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
changed gqlint to lint the file on disk
- added a cd into the direcotry containing the file in the buffer in order to properly check for a config file - added command_callback tests for graphql
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('graphql', 'gqlint')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The linter should run from the directory of the file in the buffer):
|
||||
AssertLinter 'gqlint',
|
||||
\ ale#path#CdString(expand('%:p:h'))
|
||||
\ . 'gqlint --reporter=simple'
|
||||
\ . ' %t'
|
||||
Reference in New Issue
Block a user