ale/test/linter/test_circleci.vader
Götz Christ 2f72a3ed19
[YAML] CircleCI: skip checking for new tool version (#3902)
This way the tool runs a bit faster and we don't create unneeded network requests. Don't know if there are other network requests still occurring.
2021-09-17 17:55:28 +09:00

14 lines
409 B
Plaintext

Before:
call ale#assert#SetUpLinterTest('yaml', 'circleci')
After:
call ale#assert#TearDownLinterTest()
Execute(The linter should not run for every YAML file):
AssertLinterNotExecuted
Execute(The linter should for YAML files in a .circleci directory):
call ale#test#SetFilename('../test-files/.circleci/config.yml')
AssertLinter 'circleci', 'circleci --skip-update-check config validate - < %s'