[clang-tools-extra] [clang-tidy] Remove `allow-long-titles` option in doc8 config (PR #173519)

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 24 18:44:16 PST 2025


================
@@ -1,4 +1,3 @@
 [doc8]
 
-allow-long-titles = true
-ignore-path=clang-tools-extra/docs/clang-tidy/Integrations.rst
+ignore-path=clang-tools-extra/docs/clang-tidy/Integrations.rst,clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst
----------------
zeyi2 wrote:

The added file contains a long title: https://github.com/llvm/llvm-project/blob/3f06e4c23c16ae2e0f560b203d3480e1b9c5fcea/clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst?plain=1#L260



https://github.com/llvm/llvm-project/pull/173519


More information about the cfe-commits mailing list