summaryrefslogtreecommitdiff
path: root/test/command_callback/test_graphql_gqlint_command_callbacks.vader
blob: 0f4e97702c2336d526e0484a94f26f952c978aef (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#CdString(expand('%:p:h'))
  \   . 'gqlint --reporter=simple'
  \   . ' %t'