-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linter: add markdown-link-check to check links whether alive #2465
Merged
allencloud
merged 1 commit into
AliyunContainerService:master
from
allencloud:add-links-check
Nov 22, 2018
Merged
linter: add markdown-link-check to check links whether alive #2465
allencloud
merged 1 commit into
AliyunContainerService:master
from
allencloud:add-links-check
Nov 22, 2018
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #2465 +/- ##
==========================================
+ Coverage 69.2% 69.23% +0.03%
==========================================
Files 277 277
Lines 18330 18330
==========================================
+ Hits 12685 12691 +6
+ Misses 4206 4201 -5
+ Partials 1439 1438 -1
|
allencloud
force-pushed
the
add-links-check
branch
4 times, most recently
from
November 11, 2018 14:00
91e1e15
to
d016874
Compare
allencloud
force-pushed
the
add-links-check
branch
5 times, most recently
from
November 11, 2018 14:20
bb9b05a
to
ed53661
Compare
allencloud
force-pushed
the
add-links-check
branch
3 times, most recently
from
November 11, 2018 15:23
625ecb8
to
7bd5577
Compare
allencloud
force-pushed
the
add-links-check
branch
3 times, most recently
from
November 11, 2018 15:30
31d15cf
to
c805fc0
Compare
We have enabled markdown-link-check in this repo. And the result shows that the following docs have dead links:
Which is also recorded as an issue, #2466. |
allencloud
force-pushed
the
add-links-check
branch
2 times, most recently
from
November 22, 2018 02:13
cb2900e
to
5ff6e25
Compare
And now we only have the following dead links of volume part, @rudyfly
I have updated this part in the latest code. You can help review this. @rudyfly |
Signed-off-by: Allen Sun <[email protected]>
allencloud
force-pushed
the
add-links-check
branch
from
November 22, 2018 05:11
5ff6e25
to
4044c60
Compare
LGTM |
pouchrobot
added
the
LGTM
one maintainer or community participant agrees to merge the pull reuqest.
label
Nov 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Signed-off-by: Allen Sun [email protected]
Ⅰ. Describe what this PR did
Dead links in document will bring lots of inconvenience for users.
Then we should add a rule for validating links in markdown files.
This pr adds markdown-link-check in circleci integration config. And pouchlinter has already add markdown-link-check in pr dragonflyoss/linter#4.
Ⅱ. Does this pull request fix one issue?
fix #2466
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
no need
Ⅳ. Describe how to verify it
the result shows some dead links in this repo.
Ⅴ. Special notes for reviews
none