install.fairie/dotfiles/.vim/plugged/ale/test/handler/test_gitlablint_handler.vader
Git E2E Dev Test Username e149692cc9 git subrepo clone https://github.com/dense-analysis/ale.git ./dotfiles/.vim/plugged/ale
subrepo:
  subdir:   "dotfiles/.vim/plugged/ale"
  merged:   "e4b205440"
upstream:
  origin:   "https://github.com/dense-analysis/ale.git"
  branch:   "master"
  commit:   "e4b205440"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:37:09 -04:00

35 lines
937 B
Text

Before:
runtime! ale_linters/yaml/gitlablint.vim
After:
Restore
call ale#linter#Reset()
Execute(Problems should be parsed correctly for gitlablint):
AssertEqual
\ [
\ {
\ 'lnum': 0,
\ 'col': 0,
\ 'type': 'E',
\ 'text': 'root config contains unknown keys: efore_script',
\ },
\ {
\ 'lnum': 77,
\ 'col': 3,
\ 'type': 'E',
\ 'text': '(<unknown>): could not find expected : while scanning a simple key',
\ },
\ {
\ 'lnum': 0,
\ 'col': 0,
\ 'type': 'E',
\ 'text': 'build:dev:rest job: undefined need: chck:dev',
\ },
\ ],
\ ale_linters#yaml#gitlablint#Handle(bufnr(''), [
\ 'GitLab CI configuration is invalid',
\ 'root config contains unknown keys: efore_script',
\ '(<unknown>): could not find expected : while scanning a simple key at line 77 column 3',
\ 'build:dev:rest job: undefined need: chck:dev',
\ ])