summaryrefslogtreecommitdiff
path: root/test/command_callback/test_graphql_gqlint_command_callbacks.vader
blob: e8ed0e5d3ff212cca26bc2b3ba674a8698728d82 (plain)
1
2
3
4
5
6
7
8
9
10
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#BufferCdString(bufnr(''))
  \   . 'gqlint --reporter=simple'
  \   . ' %t'