Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cspell.json 으로 설정을 변경합니다. #172

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

minsoo-web
Copy link
Member

Overview

  • cspell eslint 설정은 더이상 에러가 아닙니다.
  • cspell 단어 설정은 이제 eslint 설정이 아닌, cspell.json 에서 일원화 합니다. (vscode extension + eslint)

PR Checklist

  • I read and included theses actions below
  1. I have read the Contributing Guide
  2. I have written documents and tests, if needed.

Copy link

changeset-bot bot commented Jul 5, 2024

⚠️ No Changeset found

Latest commit: 71b8f0a

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.

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

Copy link

vercel bot commented Jul 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
es-hangul ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 1:06pm

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (16b77b2) to head (71b8f0a).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #172   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           16        16           
  Lines          260       260           
  Branches        58        58           
=========================================
  Hits           260       260           

Comment on lines -69 to -78
'@cspell/spellchecker': [
'error',
{
cspell: {
words: ['choseong', 'jungseong', 'jongseong'],
// eslint-disable-next-line @cspell/spellchecker
flagWords: ['chosung', 'jungsung', 'jongsung'],
},
},
],
Copy link
Member Author

Choose a reason for hiding this comment

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

#138 PR에서 chosung, jungsung, jongsung 은 deprecated 되어 하위호환성을 지키는 방향으로 유지됩니다.
cspell 을 error 로 설정하게 될 경우, github username 을 일일이 등록해야 하거나, 테스트 코드에서도 예외처리를 해줘야 하는등 오히려 불편함을 야기하기 쉽습니다. warning 으로 충분하다고 생각하여, 에러 표기를 지우게 되었습니다.

Copy link
Member

@okinawaa okinawaa left a comment

Choose a reason for hiding this comment

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

cspell 을 error 로 설정하게 될 경우, github username 을 일일이 등록해야 하거나, 테스트 코드에서도 예외처리를 해줘야 하는등 오히려 불편함을 야기하기 쉽습니다. warning 으로 충분하다고 생각하여, 에러 표기를 지우게 되었습니다.

매우 동의합니다 정말 감사해요!

@okinawaa okinawaa merged commit 587fb04 into toss:main Jul 9, 2024
10 checks passed
Collection50 pushed a commit to Collection50/es-hangul that referenced this pull request Jul 9, 2024
okinawaa added a commit that referenced this pull request Jul 13, 2024
* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* fix: main 브랜치와 merge를 위한 수정

* fix: conflict 수정

* fix: 문서에는 chosung prefix를 사용하도록 수정

* fix: ChoseongIncludesDemo 함수명 수정

* chore: cspell.json 으로 설정을 변경합니다. (#172)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* docs: chosung~ 문서 작성

* fix: choseongIncludes의 인덱싱 처리

* Create fifty-wolves-melt.md

* fix: import CI 오류 해결

---------

Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com>
Co-authored-by: 박찬혁 <pgg6713@gmail.com>
okinawaa added a commit that referenced this pull request Jul 13, 2024
* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* fix: main 브랜치와 merge를 위한 수정

* fix: conflict 수정

* fix: 문서에는 chosung prefix를 사용하도록 수정

* fix: ChoseongIncludesDemo 함수명 수정

* chore: cspell.json 으로 설정을 변경합니다. (#172)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* docs: chosung~ 문서 작성

* fix: choseongIncludes의 인덱싱 처리

* Create fifty-wolves-melt.md

* fix: import CI 오류 해결

---------

Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com>
Co-authored-by: 박찬혁 <pgg6713@gmail.com>
okinawaa added a commit that referenced this pull request Jul 13, 2024
* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* fix: main 브랜치와 merge를 위한 수정

* fix: conflict 수정

* fix: 문서에는 chosung prefix를 사용하도록 수정

* fix: ChoseongIncludesDemo 함수명 수정

* chore: cspell.json 으로 설정을 변경합니다. (#172)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* docs: chosung~ 문서 작성

* fix: choseongIncludes의 인덱싱 처리

* Create fifty-wolves-melt.md

* fix: import CI 오류 해결

---------

Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com>
Co-authored-by: 박찬혁 <pgg6713@gmail.com>
okinawaa added a commit that referenced this pull request Jul 14, 2024
* docs

* Update docs/src/pages/docs/introduction.ko.mdx

Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>

* Update docs/src/pages/index.ko.mdx

Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>

* chore: version packages (#183)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: 일관된 한글 표기법 적용 (#138)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* fix: main 브랜치와 merge를 위한 수정

* fix: conflict 수정

* fix: 문서에는 chosung prefix를 사용하도록 수정

* fix: ChoseongIncludesDemo 함수명 수정

* chore: cspell.json 으로 설정을 변경합니다. (#172)

* fix: 일관된 한글 표기법 적용

* fix: 기존의 함수를 유지한 채, deprecated 되도록 수정

* docs: chosung~ 문서 작성

* fix: choseongIncludes의 인덱싱 처리

* Create fifty-wolves-melt.md

* fix: import CI 오류 해결

---------

Co-authored-by: Minsoo Kim <57122180+minsoo-web@users.noreply.github.com>
Co-authored-by: 박찬혁 <pgg6713@gmail.com>

* english

* Update docs/src/pages/docs/introduction.ko.mdx

Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>

* english

* Update docs/src/pages/index.ko.mdx

* Update docs/src/pages/docs/introduction.ko.mdx

---------

Co-authored-by: Jonghyeon Ko <manudeli.ko@gmail.com>
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.

3 participants