Skip to content

chore: CSpell の設定強化#457

Merged
blendthink merged 29 commits into
mainfrom
chore/GH-384-plus
May 15, 2025
Merged

chore: CSpell の設定強化#457
blendthink merged 29 commits into
mainfrom
chore/GH-384-plus

Conversation

@fa0311

@fa0311 fa0311 commented May 15, 2025

Copy link
Copy Markdown
Contributor

概要

close: #384

レビュー観点

レビューレベル

  • Lv1: ぱっとみて違和感がないかチェックして Approve する
  • Lv2: 仕様レベルまで理解して、仕様通りに動くかある程度検証して Approve する
  • Lv3: 実際に環境で動作確認したうえで Approve する

レビュー優先度

  • すぐに見てもらいたい ( hotfix など ) 🚀
  • 今日中に見てもらいたい 🚗
  • 今日〜明日中で見てもらいたい 🚶
  • 数日以内で見てもらいたい 🐢

画像 / 動画

Before After Design

確認したこと

$ bun run cspell
CSpell: Files checked: 319, Issues found: 0 in 0 files.

動作確認手順

bun run cspell

備考

bunx は ローカルのバージョンを参照しないのでbun runを使用してください

blendthink and others added 28 commits May 14, 2025 18:40
@yumemi-team-review-requester yumemi-team-review-requester Bot requested review from a team, blendthink and r0227n and removed request for a team May 15, 2025 07:41
@fa0311 fa0311 mentioned this pull request May 15, 2025
8 tasks
@github-actions

Copy link
Copy Markdown

Ready for review 🚀

Comment thread cspell.jsonc
Comment on lines +10 to +15
"overrides": [
{
"filename": "**/*.{md,yaml,yml,dart}",
"dictionaries": ["dart", "flutter"]
}
],

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.

dart, flutter辞書はdart言語扱いのファイル(*.dart)にしか適用されないので上書きします

@github-actions

github-actions Bot commented May 15, 2025

Copy link
Copy Markdown

Visit the preview URL for this PR (updated for commit d750d99):

https://flutter-mobile-project-template-catalog--pr457-chore-g-nzlc7xkv.web.app

(expires Thu, 22 May 2025 23:55:00 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 9ea56735a63d07a7cfe62eb204b0528284c37c23

Comment thread cspell.jsonc
{
"name": "flutter-term",
"description": "Flutter related terms",
"path": "./.cspell/flutter-term.txt",

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.

dart 辞書にはpubdevの上位100件のパッケージ名が含まれており、今回使用されているパッケージは全て含まれていたため空になりました
ですが、念の為残しております

@blendthink blendthink left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM です!
勉強になりました!ご対応ありがとうございます!

自分のプルリクエストはクローズしておきますね〜

Comment thread cspell.jsonc
Comment on lines +17 to +18
// https://github.com/dart-lang/sdk/blob/main/pkg/analyzer/lib/src/dart/error/todo_codes.dart
"(TODO|FIXME|HACK|UNDONE)\\([^)]*\\)"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

good-badge
🫶

@blendthink blendthink enabled auto-merge May 15, 2025 23:53
@blendthink blendthink merged commit c84ec1c into main May 15, 2025
@blendthink blendthink deleted the chore/GH-384-plus branch May 15, 2025 23:58
@den0206 den0206 mentioned this pull request May 27, 2025
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

@apps/catalog Catalog development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improve]: CSpellの導入

2 participants