Skip to content
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

markdownlint check #51

Closed
sunyuan3 opened this issue Jul 4, 2019 · 1 comment
Closed

markdownlint check #51

sunyuan3 opened this issue Jul 4, 2019 · 1 comment

Comments

@sunyuan3
Copy link
Contributor

sunyuan3 commented Jul 4, 2019

docker run -ti -v `pwd`:/go/src/github.com/AliyunContainerService/terway -w /go/src/github.com/AliyunContainerService/terway sunyuan3/gometalinter:v1 bash -c "find  ./ -name  \"*.md\" | grep -v vendor | grep -v commandline |  grep -v .github |  grep -v swagger |  grep -v api |  xargs mdl -r ~MD010,~MD013,~MD024,~MD029,~MD033,~MD036"
./docs/design.md:1: MD022 Headers should be surrounded by blank lines
./docs/design.md:8: MD022 Headers should be surrounded by blank lines
./docs/design.md:11: MD022 Headers should be surrounded by blank lines
./docs/design.md:14: MD022 Headers should be surrounded by blank lines
./docs/design.md:16: MD022 Headers should be surrounded by blank lines
./docs/design.md:17: MD022 Headers should be surrounded by blank lines
./docs/design.md:18: MD022 Headers should be surrounded by blank lines
./docs/design.md:19: MD022 Headers should be surrounded by blank lines
./README.md:2: MD009 Trailing spaces
./README.md:65: MD009 Trailing spaces
./README.md:133: MD009 Trailing spaces
./README.md:141: MD009 Trailing spaces
./README.md:151: MD009 Trailing spaces
./README.md:177: MD009 Trailing spaces
./README.md:183: MD009 Trailing spaces
./README.md:184: MD009 Trailing spaces
./README.md:206: MD009 Trailing spaces
./README.md:225: MD009 Trailing spaces
./README.md:7: MD012 Multiple consecutive blank lines
./README.md:35: MD012 Multiple consecutive blank lines
./README.md:185: MD012 Multiple consecutive blank lines
./README.md:1: MD022 Headers should be surrounded by blank lines
./README.md:10: MD022 Headers should be surrounded by blank lines
./README.md:67: MD022 Headers should be surrounded by blank lines
./README.md:208: MD022 Headers should be surrounded by blank lines
./README.md:10: MD026 Trailing punctuation in header
./README.md:38: MD026 Trailing punctuation in header
./README.md:40: MD026 Trailing punctuation in header
./README.md:67: MD026 Trailing punctuation in header
./README.md:128: MD026 Trailing punctuation in header
./README.md:134: MD031 Fenced code blocks should be surrounded by blank lines
./README.md:139: MD031 Fenced code blocks should be surrounded by blank lines
./README.md:142: MD031 Fenced code blocks should be surrounded by blank lines
./README.md:152: MD031 Fenced code blocks should be surrounded by blank lines
./README.md:183: MD031 Fenced code blocks should be surrounded by blank lines
./README.md:15: MD032 Lists should be surrounded by blank lines
./README.md:12: MD034 Bare URL used
./README-zh_CN.md:2: MD009 Trailing spaces
./README-zh_CN.md:61: MD009 Trailing spaces
./README-zh_CN.md:132: MD009 Trailing spaces
./README-zh_CN.md:140: MD009 Trailing spaces
./README-zh_CN.md:150: MD009 Trailing spaces
./README-zh_CN.md:176: MD009 Trailing spaces
./README-zh_CN.md:182: MD009 Trailing spaces
./README-zh_CN.md:183: MD009 Trailing spaces
./README-zh_CN.md:205: MD009 Trailing spaces
./README-zh_CN.md:31: MD012 Multiple consecutive blank lines
./README-zh_CN.md:184: MD012 Multiple consecutive blank lines
./README-zh_CN.md:1: MD022 Headers should be surrounded by blank lines
./README-zh_CN.md:8: MD022 Headers should be surrounded by blank lines
./README-zh_CN.md:36: MD022 Headers should be surrounded by blank lines
./README-zh_CN.md:133: MD031 Fenced code blocks should be surrounded by blank lines
./README-zh_CN.md:138: MD031 Fenced code blocks should be surrounded by blank lines
./README-zh_CN.md:141: MD031 Fenced code blocks should be surrounded by blank lines
./README-zh_CN.md:151: MD031 Fenced code blocks should be surrounded by blank lines
./README-zh_CN.md:182: MD031 Fenced code blocks should be surrounded by blank lines
./README-zh_CN.md:12: MD032 Lists should be surrounded by blank lines
./README-zh_CN.md:9: MD034 Bare URL used
@BSWANG
Copy link
Member

BSWANG commented Jul 5, 2019

Close by #52

@BSWANG BSWANG closed this as completed Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants