This repository was archived by the owner on Jun 28, 2024. It is now read-only.
CI: Make static check ignore local URLs#838
Merged
chavafg merged 1 commit intokata-containers:masterfrom Oct 23, 2018
Merged
Conversation
Author
|
This is blocking kata-containers/documentation#272. |
Author
|
/test |
Contributor
|
Now we have #839 (force) merged, let's tickle this and see if it worked.... |
Contributor
|
Ah, maybe as this is a PR in the tests repo, it would need a rebase before it took on #839 :-( This PR was triggered for a rebuild, let's watch that one @jodh-intel and your newly kicked kata-containers/documentation#280 as well..... |
cd2051b to
38299fd
Compare
Update the static check script to ignore `file://` URLs which won't exist (since they only appear in examples). Fixes kata-containers#837. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
38299fd to
edf8474
Compare
Author
|
/test |
Contributor
|
saw some docker failures on the initrd job. Not related to this PR so relaunching job... |
Author
|
I'm going to suggest we just merge this:
Takers... ? :) |
Author
|
We'll then be unblocking kata-containers/documentation#272. |
Contributor
chavafg
approved these changes
Oct 23, 2018
Contributor
|
pullapprove not working... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the static check script to ignore
file://URLs which won'texist (since they only appear in examples).
Fixes #837.
Signed-off-by: James O. D. Hunt james.o.hunt@intel.com