[clang-tools-extra] [clang-tidy] Remove `allow-long-titles` option in doc8 config (PR #173519)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 25 00:23:44 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
----------------
vbvictor wrote:
Can we make a newline after comma? To not make long lines in config
https://github.com/llvm/llvm-project/pull/173519
More information about the cfe-commits
mailing list