How I got rid of two recurring review comments (Git hook, VS extension)

from blog Just Some Code, | ↗ original
These are two things I always forgot to do when opening my code to code review. To save my reviewers and me some time, I decided to do something about it. This is how I get rid of two recurrent comments I got getting my code reviewed. For a project I was working on, I had to include the ticket number in every commit message and add Async suffix...