-
Notifications
You must be signed in to change notification settings - Fork 349
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
Resolve redirections #101
Comments
I think this is a good idea. Potential risk: someone sets up a redirect to the original when pushing the new spec and changes it afterwards, so it might be wise to just to this for GitHub URLs? |
Yes. It might be a good idea to limit this to Github to Github changes since users don't have that kind of control over the redirections. |
I think that the current implementation (with @neonichu) is good enough... Pretty soon we will be moving to Trunk and the authentication should prevent the hijacking this check is designed to prevent. |
Often when users rename there github accounts there is a linter failure when they add a new spec. It fails saying something like:
from
It would be great if the linter could follow the redirections to see that the URL is actually the same in both cases.
The text was updated successfully, but these errors were encountered: