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

Setup textlint #869

Closed
wants to merge 14 commits into from
Closed

Setup textlint #869

wants to merge 14 commits into from

Conversation

phenylshima
Copy link
Member

@phenylshima phenylshima commented Dec 19, 2023

textlintを追加し,プルリクエスト作成時にコーディング規則に合っているかを自動でチェックします.

インストールされているルールの一覧(無効化されているものを含みます)
  • textlint-rule-common-misspellings
  • textlint-rule-preset-ja-engineering-paper
  • textlint-rule-preset-ja-technical-writing
  • textlint-rule-preset-jtf-style
  • textlint-rule-prh
  • textlint-rule-helper
  • textlint-rule-ja-hiragana-fukushi
  • textlint-rule-ja-hiragana-hojodoushi
  • textlint-rule-ja-hiragana-keishikimeishi
  • textlint-rule-use-si-units
  • textlint-rule-ja-no-abusage
  • textlint-rule-ja-no-mixed-period
  • textlint-rule-ja-no-redundant-expression
  • textlint-rule-ja-no-successive-word
  • textlint-rule-ja-no-weak-phrase
  • textlint-rule-ja-unnatural-alphabet
  • textlint-rule-max-comma
  • textlint-rule-max-kanji-continuous-len
  • textlint-rule-max-ten
  • textlint-rule-no-double-negative-ja
  • textlint-rule-no-doubled-conjunction
  • textlint-rule-no-doubled-conjunctive-particle-ga
  • textlint-rule-no-doubled-joshi
  • textlint-rule-no-dropping-the-ra
  • textlint-rule-no-exclamation-question-mark
  • textlint-rule-no-hankaku-kana
  • textlint-rule-no-mix-dearu-desumasu
  • textlint-rule-no-nfd
  • textlint-rule-no-zero-width-spaces
  • textlint-rule-sentence-length

Copy link

github-actions bot commented Dec 19, 2023

🚀 Deployed on https://deploy-preview-869--utelecon.netlify.app

.github/workflows/lint.yml Outdated Show resolved Hide resolved
.textlintrc.json Outdated
"periodMark": "."
},
"max-kanji-continuous-len": {
"max": 8,
Copy link
Member

Choose a reason for hiding this comment

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

もっと長い用語がありそうだなぁ

Copy link
Member Author

Choose a reason for hiding this comment

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

今のところ引っかかっているのは次のような単語です.

大学院総合文化研究科
教養教育高度化機構
東京大学大学総合教育研究
授業目的公衆送信補償金制度
一般社団法人授業目的公衆送信補償金等管理協会
授業目的公衆送信補償金等管理協会
授業目的講習送信補償金制度
東京大学産学協創推進本部
東京大学著作物等取扱規則
宇宙航空研究開発機構
生物多様性遺産図書館
東京大学大規模公開
一般社団法人授業目的公衆補償金等管理協会
授業目的公衆送信補償金
情報理工学系研究科
本部国際交流課学生派遣
東京大学史料編纂所
総合研究大学院大学
農学生命科学研究科
工学部電子情報工学科
個体表現型観察実験
電子通信機器以外持込可
著作権法上不特定多数
副腎皮質機能亢進症
副腎皮質機能低下症
情報理工学系研究科等
多要素認証利用申請
公共政策学連携研究部
東京大学国際総合力認定制度
環境安全教育受講管理
安全保障輸出管理電子申請
管理者権限使用申請
本部総務課業務改革
学生教員間情報共有編
工学系研究科都市工学専攻
文部科学省高等教育局
学生生活実態調査報告書
附属教養教育高度化機構
本人確認方法再登録

@phenylshima phenylshima marked this pull request as ready for review January 5, 2024 09:04
@phenylshima phenylshima requested a review from cm-ayf January 5, 2024 09:04
@phenylshima phenylshima self-assigned this Jan 13, 2024
@phenylshima phenylshima marked this pull request as draft January 24, 2024 08:23
@phenylshima phenylshima added the web-development Tasks of web-development category label May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-development Tasks of web-development category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants