[clang-tidy] Ignore DISABLED_ in test suite name in google-avoid-underscore-in-google...
authorCarlos Galvez <carlosgalvezp@gmail.com>
Wed, 22 Mar 2023 18:47:48 +0000 (18:47 +0000)
committerCarlos Galvez <carlosgalvezp@gmail.com>
Thu, 23 Mar 2023 08:31:12 +0000 (08:31 +0000)
commitb08d35f826a6b7696a02f1d811da7a2f951e74a1
treebe5bb8f1f5de6671ff4389f47cc54095b6916023
parent5acd29eb4d9e411b3631c26babcd1d2655623f4a
[clang-tidy] Ignore DISABLED_ in test suite name in google-avoid-underscore-in-googletest-name

Test suite name can also be disabled with DISABLED_, not just
the test case name.

Fix also broken link in the test that refers to the explanation
as to why underscores may not be used.

Differential Revision: https://reviews.llvm.org/D146655
clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/test/clang-tidy/checkers/google/avoid-underscore-in-googletest-name.cpp