[clang-tools-extra] 4ea2517 - [clang-tidy][NFC] Update doc8 config (#176622)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 17 22:06:49 PST 2026


Author: mitchell
Date: 2026-01-18T14:06:44+08:00
New Revision: 4ea251707c604cc35d42792e6c790f791b4f8277

URL: https://github.com/llvm/llvm-project/commit/4ea251707c604cc35d42792e6c790f791b4f8277
DIFF: https://github.com/llvm/llvm-project/commit/4ea251707c604cc35d42792e6c790f791b4f8277.diff

LOG: [clang-tidy][NFC] Update doc8 config (#176622)

Added: 
    

Modified: 
    clang-tools-extra/clang-tidy/doc8.ini

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clang-tidy/doc8.ini b/clang-tools-extra/clang-tidy/doc8.ini
index 80690d665c74d..14cac344989b3 100644
--- a/clang-tools-extra/clang-tidy/doc8.ini
+++ b/clang-tools-extra/clang-tidy/doc8.ini
@@ -1,3 +1,2 @@
 [doc8]
-ignore-path = clang-tools-extra/docs/clang-tidy/Integrations.rst,
-    clang-tools-extra/docs/clang-tidy/checks/abseil/unchecked-statusor-access.rst
+ignore-path = clang-tools-extra/docs/clang-tidy/Integrations.rst


        


More information about the cfe-commits mailing list