ci: commitlint 규칙을 커밋 컨벤션 규격에 맞게 보강#16
Merged
Merged
Conversation
- 타입을 컨벤션이 정의한 11종으로 고정 (type-enum) - 제목 50자 제한, 마침표 금지를 error로 강제 - scope는 클래스·함수명 표기를 위해 대소문자 검사 해제 - 본문·푸터 앞 빈 줄을 warning에서 error로 승격
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
Conventional Commits 기반 커밋 컨벤션 문서의 규격을 commitlint 규칙으로 옮긴다.
type-enum(error)subject-max-length50 (error)subject-full-stop(error)scope-case해제body/footer-leading-blank(error)검증
🤖 Generated with Claude Code