Skip to content

Commit

Permalink
Merge pull request #79 from mziyut/create-pull-request/patch-pull-art…
Browse files Browse the repository at this point in the history
…icles

Pull articles
  • Loading branch information
mziyut authored Jul 21, 2023
2 parents eee2bb9 + 0bf6897 commit 129abdb
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions qiita/public/9aaed3261609885084ef.md
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

0 comments on commit 129abdb

Please sign in to comment.