From e55d07cf6f8eb71e808e53e43ef7c56f8b660b63 Mon Sep 17 00:00:00 2001 From: Jeff Willette Date: Tue, 18 Dec 2018 11:37:31 +0900 Subject: 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 --- .../test_graphql_gqlint_command_callbacks.vader | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command_callback/test_graphql_gqlint_command_callbacks.vader (limited to 'test') diff --git a/test/command_callback/test_graphql_gqlint_command_callbacks.vader b/test/command_callback/test_graphql_gqlint_command_callbacks.vader new file mode 100644 index 00000000..0f4e9770 --- /dev/null +++ b/test/command_callback/test_graphql_gqlint_command_callbacks.vader @@ -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' -- cgit v1.2.3