Skip to content

chore(ci): commitlint에 scope 추가 및 subject-case 비활성화 #38#39

Merged
kusuri12-09 merged 2 commits into
developfrom
chore/38-commitlint-scope
Jun 11, 2026
Merged

chore(ci): commitlint에 scope 추가 및 subject-case 비활성화 #38#39
kusuri12-09 merged 2 commits into
developfrom
chore/38-commitlint-scope

Conversation

@kusuri12-09

@kusuri12-09 kusuri12-09 commented Jun 2, 2026

Copy link
Copy Markdown
Member

Summary

  • commitlint scope 목록에 신규 scope를 추가했습니다. (configuration)
  • 한글 및 대문자 약어(API, JWT, SSE 등)를 포함한 커밋 메시지 작성을 위해 subject-case 규칙을 비활성화했습니다.
  • 팀의 커밋 컨벤션에 맞도록 commitlint 설정을 개선했습니다.

Related Issue

Scope

  • Affected components:
    • commitlint

Change Type

  • Refactor
  • Dependency update
  • Config / infra change
  • Tooling / CI

Risk

  • 애플리케이션의 런타임 동작에는 영향을 주지 않습니다.
  • 개발 과정에서의 커밋 메시지 검증 규칙에만 영향을 미칩니다.

Checklist

  • No functional changes
  • CI / build verified

@kusuri12-09 kusuri12-09 linked an issue Jun 2, 2026 that may be closed by this pull request
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review
🚫 Excluded labels (none allowed) (2)
  • wip
  • do-not-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: ecc48b84-51c7-4c4d-90e4-36ac93b2e7ae

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/38-commitlint-scope
  • 🛠️ cleanup stale imports
  • 🛠️ harden error messages
  • 🛠️ test clarity pass

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@kusuri12-09 kusuri12-09 requested a review from jjunkim9 June 2, 2026 10:19
- 중복되는 도메인 스코프가 이미 존재하여 해당 스코프를 제거하였습니다.
- 각각 observability, admission과 같은 역할입니다.
@kusuri12-09 kusuri12-09 force-pushed the chore/38-commitlint-scope branch from b02c71d to 00c4f89 Compare June 10, 2026 16:40
@kusuri12-09 kusuri12-09 merged commit 50da369 into develop Jun 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

commitlint scope 추가

2 participants