-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from mziyut/create-pull-request/patch-pull-art…
…icles Pull articles
- Loading branch information
Showing
1 changed file
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
--- | ||
title: 'Qiita の記事を Qiita CLI で管理できるようになったので 導入した textlint rule ' | ||
tags: | ||
- Qiita | ||
- Markdown | ||
- textlint | ||
- QiitaCLI | ||
private: false | ||
updated_at: '2023-07-21T23:42:49+09:00' | ||
id: 9aaed3261609885084ef | ||
organization_url_name: qiita-inc | ||
slide: false | ||
--- | ||
|
||
## はじめに | ||
|
||
Qiita の記事を GitHub 等レポジトリで管理出来る Qiita CLI が β リリースされています。 | ||
Qiita の記事が GitHub 等で管理出来るようになったので導入したいと考えていた textlint を導入しました。 | ||
その 導入した textlint の rule をこの記事にまとめました。 | ||
|
||
https://blog.qiita.com/qiita-cli-beta-release/ | ||
|
||
## 導入した textlint rule | ||
|
||
:::note warn | ||
導入途中の textlint-rule も記載しています。 | ||
::: | ||
|
||
### textlint-rule/textlint-rule-no-todo | ||
|
||
- `todo` を禁止する rule です | ||
|
||
https://github.com/textlint-rule/textlint-rule-no-todo | ||
|
||
### textlint-ja/textlint-rule-no-synonyms | ||
|
||
- 同義語を表記ゆれをチェックする rule です | ||
- 私は表記揺れが若干多いタイプなので導入しています | ||
|
||
https://github.com/textlint-ja/textlint-rule-no-synonyms | ||
|
||
### textlint/textlint-filter-rule-comments | ||
|
||
- textlint の rule を一部で無視する設定のために利用します | ||
|
||
https://github.com/textlint/textlint-filter-rule-comments | ||
|
||
### bun913/textlint-rule-aws-service-name | ||
|
||
− AWS Service 名を check する task です | ||
|
||
https://github.com/bun913/textlint-rule-aws-service-name | ||
|
||
### textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet | ||
|
||
− 全角と半角アルファベットの混在をチェックする rule です | ||
|
||
https://github.com/textlint-ja/textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet | ||
|
||
### textlint-rule/textlint-rule-period-in-list-item | ||
|
||
− list−item の末尾の取り扱いにいて調整するための rule です | ||
|
||
https://github.com/textlint-rule/textlint-rule-period-in-list-item | ||
|
||
### textlint-ja/textlint-rule-preset-ja-spacing | ||
|
||
− スペース周りのスタイルを統一する rule です。 | ||
|
||
https://github.com/textlint-ja/textlint-rule-preset-ja-spacing | ||
|
||
### textlint-ja/textlint-rule-preset-ja-technical-writing | ||
|
||
− 技術文書向けの textlint rule です | ||
|
||
https://github.com/textlint-ja/textlint-rule-preset-ja-technical-writing | ||
|
||
## References | ||
|
||
https://github.com/mziyut/articles/issues/5 | ||
|
||
https://github.com/mziyut/articles/pull/4 | ||
|
||
https://github.com/mziyut/articles/pull/17 |