-
Notifications
You must be signed in to change notification settings - Fork 309
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
Markdownファイルのガイドライン適応 #1213
The head ref may contain hidden characters: "markdown\u306E\u4FEE\u6B63#1212"
Markdownファイルのガイドライン適応 #1213
Conversation
・追加されたエンジンが未対応である場合には追加を阻止 ・追加されてしまっている場合には、エラーで処理中断しないように
・MinimumEngineManifestの更新
・engineManifests[selectedId]自体が undefined であるケースに対応
- markdownlintの適用にあたって現状起きているエラーを修正(ref VOICEVOX#1212) - FIXME:imgのサイズ変更指示、メッセージ長超過が規則違反なのでやむを得ず例外対応(/.markdownlint.json)
一通り修正を実施しました。 なお、Markdownの修正がおわったら、 - name: Check Markdown
run: npm run markdownlint ./*/*.md |
修正ありがとうございます!!!! すごく助かります!!
こちらいろいろ検証した感じ、package.jsonのmarkdownlintのところをこう変えてから "markdownlint": "markdownlint --ignore node_modules/ --ignore dist/ --ignore dist_electron/ ./", ( |
・ちなみに、line-length は、 ALTタグが引っかかるので、無視項目として追加しています。 |
・今回は80文字制限をignoreにしているものの、極力制約にひっかからないように変更しています。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
ところどころ文面的に微妙だなと思っていたところも良い感じにして頂けて助かりました!!
ありがとうございます!!
Markdownのテストに関して、npm run markdownlintで大丈夫になったため既存のこちらのテストが働きそうです! voicevox/.github/workflows/test.yml Line 64 in 7f8e878
ということで大丈夫だと思うのでマージします!! |
内容
markdownlint の検索範囲を広げるまえに、既存ファイルにガイドラインを適用します
関連 Issue
ref #1212
スクリーンショット・動画など
その他