We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d5164 commit 78600d3Copy full SHA for 78600d3
CONTRIBUTING.md
@@ -144,7 +144,7 @@ mise run generate
144
mise run textlint-html
145
```
146
147
-現状Rustコードを直接textlintできません。
+現在、Rustのソースコードを直接textlintで解析することはできません。これは、Rustのrustdocに対応したtextlintプラグインがまだ存在しないためです。そのため、当面の対応として、出力されたHTMLファイルをtextlintで解析しています。
148
そのため、textlintの警告が出た該当箇所のRustコードを手動で修正して、再度`mise run generate`を実行してください。
149
textlintの警告内容が不適当であると思われる場合にはIssueやPull Requestにてご報告お願いいたします。
150
0 commit comments