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

Docs Linted #1446

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Docs Linted #1446

merged 1 commit into from
Mar 31, 2020

Conversation

kensipe
Copy link
Member

@kensipe kensipe commented Mar 30, 2020

found linter and was going to include it in our makefile.. but it has some issues I don't think we want to deal with yet.

The Makefile change would be:

.PHONY: doc-lint
doc-lint:
ifeq (, $(shell which liche))
	go get github.com/raviqqe/liche
endif
	liche -r .

The issue is it gets rate limited on GH. I've reported an issue on the project: raviqqe/liche#37

This PR contains some changes based on using the tool to the extent that I could. There are also several bugs filed for things I'm not aware of how to fix.

Signed-off-by: Ken Sipe kensipe@gmail.com

Signed-off-by: Ken Sipe <kensipe@gmail.com>
Copy link
Member

@nfnt nfnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for fixing broken links!

@kensipe kensipe merged commit 08355d9 into master Mar 31, 2020
@kensipe kensipe deleted the ken/doc-lint branch March 31, 2020 22:00
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

Successfully merging this pull request may close these issues.

4 participants