From 698706653ec6332651a5d534a0920576e4332a7e Mon Sep 17 00:00:00 2001 From: Hiroya-W Date: Sat, 1 Jan 2022 23:03:34 +0900 Subject: [PATCH 1/3] fix typo --- sections/faq.tex | 2 +- sections/sample.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/faq.tex b/sections/faq.tex index 87f579e..3d1b203 100644 --- a/sections/faq.tex +++ b/sections/faq.tex @@ -11,7 +11,7 @@ \subsection{利用するDockerイメージを差し替えたい} \begin{itemize} \item .vscode/settings.json - \item .GitHub/workflows/build.yml + \item .gitHub/workflows/build.yml \end{itemize} 上記のファイルに記述されている\code{pddg/latex:3.0.0}の部分を diff --git a/sections/sample.tex b/sections/sample.tex index e5d6878..bc77dd1 100644 --- a/sections/sample.tex +++ b/sections/sample.tex @@ -18,7 +18,7 @@ \subsection{特定のルールを無視する} lintの対象から除外されるので、特定のルールに どうしても引っかかってしまう・しかし修正することは 難しい場合にご活用下さい - % textlint-ensable ja-technical-writing/sentence-length + % textlint-enable ja-technical-writing/sentence-length \end{lstlisting} % textlint-enable From ca92ba1c483e7371bcfd1effd99a53a781d14f2e Mon Sep 17 00:00:00 2001 From: Hiroya-W Date: Thu, 6 Jan 2022 10:28:47 +0900 Subject: [PATCH 2/3] fix typo --- sections/faq.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/faq.tex b/sections/faq.tex index 3d1b203..01ddb4d 100644 --- a/sections/faq.tex +++ b/sections/faq.tex @@ -11,7 +11,7 @@ \subsection{利用するDockerイメージを差し替えたい} \begin{itemize} \item .vscode/settings.json - \item .gitHub/workflows/build.yml + \item .github/workflows/build.yml \end{itemize} 上記のファイルに記述されている\code{pddg/latex:3.0.0}の部分を From 51524f802a93f7bee674f90dda030fd7e5cbb5ea Mon Sep 17 00:00:00 2001 From: Hiroya-W Date: Thu, 6 Jan 2022 10:41:45 +0900 Subject: [PATCH 3/3] Add comment to ignore prh rules --- sections/faq.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/faq.tex b/sections/faq.tex index 01ddb4d..1632ae6 100644 --- a/sections/faq.tex +++ b/sections/faq.tex @@ -11,7 +11,9 @@ \subsection{利用するDockerイメージを差し替えたい} \begin{itemize} \item .vscode/settings.json + % textlint-disable prh \item .github/workflows/build.yml + % textlint-enable prh \end{itemize} 上記のファイルに記述されている\code{pddg/latex:3.0.0}の部分を