From 5ee8f4e48608dc574b11554e85fb42fd1194bfa2 Mon Sep 17 00:00:00 2001 From: UVCLimHun Date: Thu, 17 Apr 2025 17:25:58 +0900 Subject: [PATCH] Update code-review.yml --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 2a7b540..dd97773 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -26,7 +26,7 @@ jobs: ▷ **위반 항목** - 파일 경로:줄 번호 – [규칙명] - 예) `Scripts/MyScript.cs:25 – 변수명은 camelCase여야 합니다.` + 예) `Scripts/MyScript.cs:25 – 컨벤션 1 위반. 변수명 Hello는 camelCase에 따라 hello여야 합니다` 1. **이름 규칙** - 변수·속성: camelCase (첫 글자 소문자)