Skip to content

[build-ci] .gitattributes에 eol/text 규칙이 없어 CRLF diff 노이즈 #23

Description

@GG-O-BP

위치

.gitattributes:1

문제

.gitattributes에 LFS 규칙만 있고 text/eol 규칙이 없습니다. git check-attr이 소스 파일에 대해 속성을 반환하지 않아 규칙 미적용이 확인됩니다. core.autocrlf=true와 불일치합니다.

실패 시나리오 / 영향

다수 소스에서 'LF will be replaced by CRLF' 경고가 발생하고 git diff에 노이즈가 쌓입니다(위 TOML LF 정규화 버그와 상호작용).

제안

* text=auto eol=lf 등 명시적 규칙을 추가하고 재정규화(git add --renormalize)하세요.


심각도: medium · 분류: build-ci

🤖 자동 코드 분석 후 적대적 검증을 통과한 항목으로 등록됨 (Claude Code)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions