mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-16 19:42:13 -05:00
awesome-lint no-dead-urls error #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ssowonny on GitHub (Mar 27, 2020).
It seems that Github links return 429 (Too many requests) HTTP error since awesome-lint sends too many requests to Github concurrently. It would be better to suppress the
no-dead-urlslint error or find a way to setup delays between the requests.@jessicalostinspace commented on GitHub (Mar 30, 2020):
I've put in a temporary fix to disable the no-dead-urls check until a more robust solution is implemented in the base linter. We should leave this issue up until a fix is put into place so the temporary fix can be removed: https://github.com/sdras/awesome-actions/pull/377.
@ssowonny commented on GitHub (Mar 30, 2020):
@jessicalostinspace Awesome, thanks 👍
@sdras commented on GitHub (Aug 27, 2020):
Just fixed this :) Thanks!