How to only list TODOs in files changed in the current branch? #325
Unanswered
carlos-algms
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Scenario:
I create a new branch.
I'll add
TODOs as I edit filesThese
TODOs must be fixed before merging the PR.They are also valuable in code reviews, as other team members can catch leftovers.
The project is huge, so there are
TODOs from other people and teams that aren't relevant to this PR.How could I list only the
TODOs on files changed in this current branch compared to main branch?Beta Was this translation helpful? Give feedback.
All reactions