Skip to content

Comments

Valkey関連機能の細かな技術負債を解消#123

Merged
reigithub merged 3 commits intomainfrom
feature/technical-debt-server3
Feb 23, 2026
Merged

Valkey関連機能の細かな技術負債を解消#123
reigithub merged 3 commits intomainfrom
feature/technical-debt-server3

Conversation

@reigithub
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 23, 2026

🔍 コード品質チェックリスト

10 個の C# ファイルが変更されています。

共通チェック

  • .editorconfig に従ったフォーマット
  • 命名規則の遵守(_ プレフィックス、PascalCase)
  • 不要な using の削除

Unity プロジェクト (Game.Client)

  • Unity Analyzer の警告対応
  • GetComponent のキャッシュ(UNT0006)
  • null チェックに == 演算子を使用(UNT0002)
  • Camera.main のキャッシュ(UNT0030)
  • CompareTag の使用(UNT0015)

サーバープロジェクト (Game.Server)

  • ConfigureAwait(false) の使用
  • 例外処理の確認
  • ログ出力の確認

📖 詳細は CODE_QUALITY_SETUP.md を参照してください。

@reigithub reigithub merged commit 407de5c into main Feb 23, 2026
14 checks passed
@reigithub reigithub deleted the feature/technical-debt-server3 branch February 23, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant