You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
todo_message="warning: missing username/bug in TODO [google-readability-todo]"
440
+
todo_message_decorated="warning: missing username/bug in TODO [[google-readability-todo](https://clang.llvm.org/extra/clang-tidy/checks/google/readability-todo.html)]"
naming_message="warning: invalid case style for constexpr variable 'foo' [readability-identifier-naming]"
444
+
naming_message_decorated="warning: invalid case style for constexpr variable 'foo' [[readability-identifier-naming](https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html)]"
# Not sure it's necessary to link to prior version documentation especially since we have to map versions such as
452
+
# "17" to "17.0.1" and "18" to "18.1.0" because no other urls exist
453
+
# version_message_pre_15_version = "14.0.0"
454
+
# version_message_pre_15 = "warning: missing username/bug in TODO [google-readability-todo]"
455
+
# version_message_pre_15_decorated = "warning: missing username/bug in TODO [[google-readability-todo](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/google-readability-todo.html)]"
# version_message_1500 = "warning: missing username/bug in TODO [google-readability-todo]"
460
+
# version_message_1500_decorated = "warning: missing username/bug in TODO [[google-readability-todo](https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/google/readability-todo.html)]"
0 commit comments