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

Ignore URLs #44

Open
hkiang01 opened this issue Sep 24, 2019 · 2 comments
Open

Ignore URLs #44

hkiang01 opened this issue Sep 24, 2019 · 2 comments

Comments

@hkiang01
Copy link

hkiang01 commented Sep 24, 2019

If I have a url like the following

https://kubernetes.github.io/ingress-nginx/user-guide/tls/#automated-certificate-management-with-kube-lego

and run the cli tool with:

spellchecker --files '**/*.md' --plugins spell --ignore "http.*"

I'll get a warnings like:

warning  `kubernetes.github.io` is misspelt
warning  `ingress-nginx` is misspelt
@hkiang01
Copy link
Author

One solution: surround the url with backticks, but the tool should be able to ignore these errors regardless

@tbroadley
Copy link
Owner

tbroadley commented Sep 24, 2019

That makes sense - sounds like the tool should ignore URLs altogether. I'm not actively working on this project anymore, so I can't guarantee that I'll fix this in the near future. I would absolutely review a PR if you happen to feel like creating one!

@tbroadley tbroadley changed the title ignore "words" in url Ignore URLs May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants