summaryrefslogtreecommitdiff
path: root/ale_linters/graphql/gqlint.vim
AgeCommit message (Collapse)Author
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future.
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-12-18changed gqlint to lint the file on diskJeff Willette
- 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
2017-08-20Fix some indentationw0rp
2017-08-20Added new linter for GraphQL: gqlint (#863)Michiel Westerbeek
* Added new linter for GraphQL: GQLint * added help-files