Standing-Man commented on code in PR #3201:
URL: https://github.com/apache/iggy/pull/3201#discussion_r3195823511


##########
scripts/ci/taplo.sh:
##########
@@ -101,8 +92,13 @@ get_files() {
         # Generic CI - compare with HEAD~1
         git diff --name-only --diff-filter=ACM HEAD~1 -- '*.toml'
       else
-        # Fallback to staged files
-        git diff --cached --name-only --diff-filter=ACM -- '*.toml'
+        # Local fallback: check all TOML files
+        find . -name '*.toml' \

Review Comment:
   I’ve replaced find with `git ls-files` in the latest commit to collect the 
files to be checked.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to