Skip to content

fix: pass the CI git whitespace check - #7

Merged
jon-devlapaz merged 1 commit into
mainfrom
fix/ci-whitespace
Sep 2, 2026
Merged

fix: pass the CI git whitespace check#7
jon-devlapaz merged 1 commit into
mainfrom
fix/ci-whitespace

Conversation

@jon-devlapaz

Copy link
Copy Markdown
Owner

Summary

  • Main's validate job fails git diff --check on trailing whitespace and extra blank lines at EOF.
  • Strip those in the files CI reported. No behavior change.
  • Local git diff --check "$(git hash-object -t tree /dev/null)" HEAD now exits 0.

Test plan

  • git diff --check "$(git hash-object -t tree /dev/null)" HEAD
  • CI validate job green on this PR

Made with Cursor

Main's validate job failed git diff --check on trailing spaces and extra
blank lines at EOF. Strip those without changing behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
@jon-devlapaz
jon-devlapaz merged commit 47b4868 into main Sep 2, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant