mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 07:06:45 +03:00
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
7 lines
341 B
Plaintext
7 lines
341 B
Plaintext
# 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
|