llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-tools-extra Author: Zeyi Xu (zeyi2) <details> <summary>Changes</summary> The [RFC](https://discourse.llvm.org/t/rfc-remove-80-column-limit-in-documentation-files/89678/41) on removing 80 columns limit got accepted. So we should no longer enforce that rule in clang-tidy's code-linter workflow. --- Full diff: https://github.com/llvm/llvm-project/pull/197609.diff 1 Files Affected: - (modified) clang-tools-extra/clang-tidy/doc8.ini (+1) ``````````diff diff --git a/clang-tools-extra/clang-tidy/doc8.ini b/clang-tools-extra/clang-tidy/doc8.ini index 14cac344989b3..514e75ad01df5 100644 --- a/clang-tools-extra/clang-tidy/doc8.ini +++ b/clang-tools-extra/clang-tidy/doc8.ini @@ -1,2 +1,3 @@ [doc8] ignore-path = clang-tools-extra/docs/clang-tidy/Integrations.rst +ignore = D001 `````````` </details> https://github.com/llvm/llvm-project/pull/197609 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
