Merge pull request #2153 from deltaskelta/gqlint-fix

changed gqlint to lint the file on disk
This commit is contained in:
w0rp
2018-12-18 10:19:59 +00:00
committed by GitHub
2 changed files with 18 additions and 1 deletions

View File

@@ -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'