From 76428b37f180b3e1a56c848a36f80ed210d471a8 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Thu, 3 Sep 2026 14:28:51 -0700 Subject: [PATCH] windows: check the oracle fixtures out with LF A finding's snippet carries the scanned file's own bytes, and the goldens were recorded from a POSIX checkout, so a CRLF checkout of a linked stylesheet reads as a finding difference. The goldens are untouched. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c6ac3081a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# The oracle replays goldens recorded from a POSIX checkout, and a finding's +# snippet carries the fixture's own bytes, so these files have to arrive with +# LF on every platform. `-text` disables end-of-line conversion outright, which +# is also safe for any binary that lands under these trees. +tests/fixtures/** -text +tests/oracle/** -text