Skip to content
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

READMEに除外リストの項目を追加 #57

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

yasuda-shin
Copy link
Contributor

概要

AmebaのVisionを除外リストにいれることを推奨する主旨をREADMEに追加してみました。
誰がみても実装イメージが湧いている文脈かどうかみていただけると。

@yasuda-shin yasuda-shin requested a review from herablog October 3, 2023 01:31
@yasuda-shin yasuda-shin self-assigned this Oct 3, 2023
"rules": {},
"filters": {
"allowlist": {
"allowlistConfigPaths": [
Copy link
Member

Choose a reason for hiding this comment

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

Q: こり(allowlistConfigPaths)って設定ファイルへのpathを書くわけではなかったでしたっけ

Copy link
Contributor Author

Choose a reason for hiding this comment

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

そうでした。失礼しました。
質問返しで申し訳ないのですが、

  "filters": {
    "allowlist": {
      "allowlistConfigPaths": [
        "./allow.yml"
      ]
    }
  }

という感じで利用者側でymlファイルを用意してもらうか

  "filters": {
    "allowlist": {
      "allow": [
        "つくる、つむぐ、つづく、"
      ]
    }
  }

という感じでベタ書きにするか。
個人的には後者の方が利用イメージも湧きやすい気がしたのですが。
もしくは textlint-rule-preset-ameba 側からallow用のファイル提供とかできるともっといいものですかね?

Copy link
Member

Choose a reason for hiding this comment

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

今も lib/allow-ameba.yml は配信している気がするので、そこから読み込めるよ〜な感じにするとどうですかね。(node_modules配下になるのかな)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

3fd6f48
node_modulesからの参照を追加しつつ文章も一部修正してみました。
手元の別リポジトリで試してみたら無事にVision除外されたのでnode_modulesからの参照でいけそうです🎉

@herablog
Copy link
Member

herablog commented Oct 3, 2023

commit messageのtype、どちらもdocsにしちゃってください!

@yasuda-shin
Copy link
Contributor Author

docsにしつつコミット1つにまとめましたー。

@yasuda-shin yasuda-shin merged commit 33d088f into main Oct 3, 2023
2 checks passed
@yasuda-shin yasuda-shin deleted the feat/update-readme branch October 3, 2023 09:59
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.

2 participants