Skip to content

『cargoプロジェクトで依存関係を継続的に管理する』を書いた #217

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kyu08
Copy link
Owner

@kyu08 kyu08 commented May 11, 2025

TODO

  • AIレビュー
  • セルフレビュー
    • markdownが期待通りにレンダリングされているかチェック
    • 誤字脱字チェック
    • 読みづらいところがないかチェック
    • TODOが残ってないかチェック
    • textlintの指摘で直したいところがあれば修正
    • 技術的に不正確/不明瞭な記述がないかチェック

@kyu08 kyu08 force-pushed the manage-cargo-dependencies branch from 527ac95 to 0ca9fa5 Compare May 11, 2025 05:31
@kyu08 kyu08 force-pushed the manage-cargo-dependencies branch from 0ca9fa5 to 2bd26fd Compare May 11, 2025 05:33
---

<!-- TODO: カッコの中が微妙なのでなおす -->
OSSに依存するプロジェクトでは依存しているライブラリのライセンス表記が必要なことがある。(というかほとんどのライブラリはライセンス表記を求めるように思う)

Choose a reason for hiding this comment

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

🚫 [textlint] <eslint.rules.ja-technical-writing/ja-no-weak-phrase> reported by reviewdog 🐶
弱い表現: "思う" が使われています。 (ja-technical-writing/ja-no-weak-phrase)

Rustコミュニティにはこれらの労力を削減してくれるツールがいくつか存在していたので紹介する。

## tl;dr
以下のチェックをCIで実行することでcargoプロジェクトの依存関係を継続的に省力で管理することができる。

Choose a reason for hiding this comment

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

🚫 [textlint] <eslint.rules.ja-technical-writing/ja-no-redundant-expression> reported by reviewdog 🐶
【dict2】 "することができる。"は冗長な表現です。"することが"を省き簡潔な表現にすると文章が明瞭になります。
解説: https://github.com/textlint-ja/textlint-rule-ja-no-redundant-expression#dict2 (ja-technical-writing/ja-no-redundant-expression)

Rustコミュニティにはこれらの労力を削減してくれるツールがいくつか存在していたので紹介する。

## tl;dr
以下のチェックをCIで実行することでcargoプロジェクトの依存関係を継続的に省力で管理することができる。

Choose a reason for hiding this comment

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

[textlint-fix] reported by reviewdog 🐶

Suggested change
以下のチェックをCIで実行することでcargoプロジェクトの依存関係を継続的に省力で管理することができる
以下のチェックをCIで実行することでcargoプロジェクトの依存関係を継続的に省力で管理できる

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.

1 participant