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
<!-- The app will only report on TODO items in code comments -->
7
7
Do you keep forgetting to resolve that one `// TODO:...` or fix the last ` # Bug...` before merging your Pull Requests?
8
+
<!--
9
+
The capitalization of the todo, FixMe or BUG does not matter.
10
+
Neither does it, where in the comment the TODO is located.
11
+
-->
8
12
9
13
The Todo PR Checker will make sure that doesn't happen anymore.
10
14
The app checks all code changes in your open Pull Requests for remaining `Todo`, `Fixme` etc. action items in code comments and leaves a comment on the PR with embedded code links to any items that were found.
0 commit comments