wxWidgets/.github
Vadim Zeitlin 2b1da43a7d Don't look for C++11 keywords in the comments
Avoid flagging the use of "override" in a comment as a C++11 keyword by
stripping the comments before checking for the keywords forbidden in
this branch.

This is not 100% correct and doesn't deal with multiline comments at
all, but we use the latter ones rarely and it's not worth the effort to
add support for them here.
2023-02-08 20:49:54 +01:00
..
ISSUE_TEMPLATE Make the issue template even more prescriptive 2022-06-10 18:14:35 +02:00
workflows Don't look for C++11 keywords in the comments 2023-02-08 20:49:54 +01:00
CONTRIBUTING.md Revert "Explain that GitHub PRs are temporarily disabled" 2022-01-12 23:42:18 +01:00