Closed SamWilsn closed 4 weeks ago
@SamWilsn can I have this one?
So i think the main issue here is that that function is checking if the first reference for some proposal it is a link for that proposal which makes sense which the reference is not the proposal itself, which in this case was. To solve this I think there can be two approaches, or just ignore this check everytime the proposal reference is inside of the image alt, or skip the check if the proposal being referenced has the same id as the document. @SamWilsn
You cannot place links in an image alt text, at least as far as I know, so ignoring this lint for all image alt texts makes the most sense to me. I think you can do that somewhere around:
For example:
Found in https://github.com/ethereum/ERCs/actions/runs/9476286533/job/26108931430?pr=235