ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Add links to check documentation in review #123

Closed bwrsandman closed 4 months ago

bwrsandman commented 4 months ago

This PR attemps to give links to the review message so one can easily go read the documentation of the warning in question.

warning: missing username/bug in TODO [google-readability-todo]

// TODO(bwrsandman): Cause a clang-tidy error

Should now look like

warning: missing username/bug in TODO [google-readability-todo]

// TODO(bwrsandman): Cause a clang-tidy error

Proof of concept: image