Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang-tools-extra/docs/clang-tidy/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ in the release notes, as the first sentence in the doxygen comments in the heade
for your check class and as the first sentence of the check documentation. Avoid the
phrase "this check" in your check summary and check documentation.

If your check relates to a published coding guideline (C++ Core Guidelines, MISRA, etc.)
If your check relates to a published coding guideline (C++ Core Guidelines, SEI CERT, etc.)
or style guide, provide links to the relevant guideline or style guide sections in your
check documentation.

Expand Down
Loading