-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
False negatives for Twitter links #88
Comments
It looks like rate limit. |
We can't set a custom token AFAIK and I don't think it relies on the API either. It makes HTTP HEAD requests to verify based on the status code. |
I have a false negative too on my PR's awesome-lint report. |
There is definitely a broader issue here with the Even with that proposal, we should still figure out what's going on with Twitter URLs, though transitive-bullshit/check-links#4 is the place to continue that conversation. Thanks for the report! |
The linter always returns false negatives for any Twitter URL. Any repo it's the same thing. At first I thought it could be my network or something but then there's another report from other dev. and also I tested with another connection and config too. Same case regardless.
Here's another report: sindresorhus/awesome#1590 (comment)
And here's the lint report for one of the open PRs:
All the Twitter URLs are active and valid yet it fails.
The text was updated successfully, but these errors were encountered: