mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
[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.
This commit is contained in:
@@ -10,4 +10,4 @@ Execute(The linter should not run for every YAML file):
|
||||
Execute(The linter should for YAML files in a .circleci directory):
|
||||
call ale#test#SetFilename('../test-files/.circleci/config.yml')
|
||||
|
||||
AssertLinter 'circleci', 'circleci config validate - < %s'
|
||||
AssertLinter 'circleci', 'circleci --skip-update-check config validate - < %s'
|
||||
|
||||
Reference in New Issue
Block a user