This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 39133d00 chore: add readability-isolate-declaration to .clang-tidy 
(#419)
39133d00 is described below

commit 39133d002c3a8e1931aedb8d174aee801bf1524c
Author: Zehua Zou <[email protected]>
AuthorDate: Thu Dec 18 17:34:19 2025 +0800

    chore: add readability-isolate-declaration to .clang-tidy (#419)
    
    Add this rule to avoid defining multiple variables on the same line.
---
 .clang-tidy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.clang-tidy b/.clang-tidy
index 8977deae..e7e8abd3 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -22,6 +22,7 @@ Checks: |
   google-*,
   modernize-*,
   readability-identifier-naming,
+  readability-isolate-declaration,
   -modernize-use-nodiscard,
   -modernize-use-trailing-return-type,
 

Reply via email to