You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
TODO and FIXME comments in the code tend to sit there and not get fixed. Much better that rather than such comments we have a reference to an issue that explains the problem properly.
An issue provides greater visibility thus maximising the chance the problem will be resolved.
Since we already screen for such comments in manual code review, why not automate it?
The plan is to fail a PR if it contains such a comment iff there is no associated issue URL with it.