ajeckmans / format-check-task

A format check task for Azure Devops Pull Requests, based on dotnet format. It can scan all files or just the ones in a PR and add comments for each error found to the PR. When errors are found optionally fail the task or set a status check.
3 stars 0 forks source link

Missing option to start formatting related PR comments with an emoji #15

Open AroglDarthu opened 1 year ago

AroglDarthu commented 1 year ago

Emoji's can be used to categorize PR comments, which is useful for identifying overall trends in review comments. When emoji reviewing is used, it would be nice if dotnet formatting comments could also be prefixed with an emoji of choice. Example:

:art: Either keep all method arguments on the same line, or place each method argument on its own line.