Skip to content

Commit

Permalink
#96 - 깃헙의 올바른 프로그래밍 언어 분석을 유도하기 위해 .gitattributes 추가
Browse files Browse the repository at this point in the history
깃헙에 문의 결과,
패키지명 중 `testdata` 부분이
go언어 추론 규칙에 포함되어 있어서
문제를 일으키는 모양.
그러나 패키지명의 네이밍 자체에는 문제가 없어 보이고
깃헙의 언어 추론 규칙을 무시하는 방법이 있어
이를 적용함.

이 방법은 go언어 뿐만 아니라 `vendored heuristic`
전반을 무시할 것으로 예상되므로,
추후에 관련 문제가 생긴다면 아예
패키지명을 리팩토링하는 것을 다시 고려해볼 것.

* #96 (comment)
  • Loading branch information
djkeh committed Aug 20, 2024
1 parent d6b833d commit 03f2ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/main/java/uno/fastcampus/testdata/* -linguist-vendored
src/test/java/uno/fastcampus/testdata/* -linguist-vendored

0 comments on commit 03f2ff1

Please sign in to comment.