Skip to content

chore(commitlint): simplify config to conventional preset only#237

Merged
froggy1014 merged 2 commits intodev/side-v2from
chore/233-commitlint-cleanup-jeongmin
Apr 16, 2026
Merged

chore(commitlint): simplify config to conventional preset only#237
froggy1014 merged 2 commits intodev/side-v2from
chore/233-commitlint-cleanup-jeongmin

Conversation

@froggy1014
Copy link
Copy Markdown
Contributor

@froggy1014 froggy1014 commented Apr 16, 2026

요약

  • 커스텀 룰(english-only, subject-max-length, scope-max-length) 및 플러그인 제거
  • UserConfig 타이핑 제거, conventional preset만 사용하도록 설정 단순화
  • @commitlint 패키지 v19 → v20 업그레이드
  • @commitlint/cz-commitlint의 peer dependency인 inquirer@9 추가
  • 미사용 @commitlint/types devDependency 제거

Closes #233

Remove custom rules (english-only, subject-max-length, scope-max-length),
plugins, and UserConfig typing. Upgrade @commitlint packages to v20 and
add inquirer@9 peer dependency.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • main
  • release/v1

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: d634fb46-9c50-4c89-8087-9ca89a4b8ca7

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/233-commitlint-cleanup-jeongmin

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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 16, 2026

⚠️ No Changeset found

Latest commit: bdc1df9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread commitlint.config.ts
rules: {
'subject-english-only': ({ subject }) => {
if (!subject) return [true, ''];
const valid = englishOnly.test(subject);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we're free haha
🪦 RIP subject-english-only

Comment thread commitlint.config.ts
// https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional
//
// @commitlint/config-conventional 허용 타입:
// build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude.md한번 챙겨주세용~ 거긴 hotfix도 있는거 같아요 크크

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yeom-JinHo

잘게 잘게 짜르겠읍니다. ㅎㅎ

@froggy1014 froggy1014 merged commit 1bc600f into dev/side-v2 Apr 16, 2026
3 checks passed
@froggy1014 froggy1014 deleted the chore/233-commitlint-cleanup-jeongmin branch April 16, 2026 14:55
@froggy1014 froggy1014 mentioned this pull request Apr 26, 2026
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.

2 participants