Hacker News new | ask | show | jobs
by Tyr42 622 days ago
The automation which can check for do not submit itself is hard to submit. Or at least updates to it are hard to submit.
2 comments

Just disable that particular linting rule (or however it's implemented) in that repo.
forbidden_string = "DO NOT " + "SUBMIT"

Seems easy enough?