Skip to content

Latest commit

 

History

History
73 lines (47 loc) · 2.03 KB

index.md

File metadata and controls

73 lines (47 loc) · 2.03 KB

{% include "../README.md" start="" end="" %}

Example

Annotations

Using --file-annotations:

clang-format annotations

format-annotation-dark{ .dark-only } format-annotation-light{ .light-only }

clang-tidy annotations

tidy-annotation-dark{ .dark-only } tidy-annotation-light{ .light-only }

Thread Comment

Using --thread-comments:

thread-comment-dark{ .dark-only } thread-comment-light{ .light-only }

??? example "Expanded"

![thread-comment-expanded-dark](images/thread-comment-expanded-dark.png){ .dark-only }
![thread-comment-expanded-light](images/thread-comment-expanded-light.png){ .light-only }

Step Summary

Using --step-summary:

step-summary-dark{ .dark-only } step-summary-light{ .light-only }

Pull Request Review

review-summary-dark{ .dark-only } review-summary-light{ .light-only }

clang-tidy suggestion

Using --tidy-review:

tidy-review-dark{ .dark-only } tidy-review-light{ .light-only }

clang-format suggestion

Using --format-review:

format-review-dark{ .dark-only } format-review-light{ .light-only }

{% include "../README.md" start="" %}