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

test: redpen tempfix #5

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@ jobs:
with:
submodules: true
- name: redpen-github-pr-check
uses: tsuyoshicho/action-redpen@master
uses: tsuyoshicho/action-redpen@test/tempfix-test
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-check
basedir: "doc"
targets: "*.md"
- name: redpen-github-check
uses: tsuyoshicho/action-redpen@master
uses: tsuyoshicho/action-redpen@test/tempfix-test
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
basedir: "doc"
targets: "*.md"
- name: redpen-github-pr-review
uses: tsuyoshicho/action-redpen@master
uses: tsuyoshicho/action-redpen@test/tempfix-test
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ RUN apk --update add git curl && \
rm -rf /var/lib/apt/lists/* && \
rm /var/cache/apk/*
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ v0.9.14
RUN curl -sfLO https://github.com/redpen-cc/redpen/releases/download/redpen-${REDPEN_VERSION}/redpen-${REDPEN_VERSION}.tar.gz && \
RUN curl -sfL https://ci.appveyor.com/api/buildjobs/8tqt2j4gccbo1i0y/artifacts/redpen-distribution%2Ftarget%2Fredpen-distribution-1.10.4-SNAPSHOT-assembled.tar.gz -o redpen-${REDPEN_VERSION}.tar.gz && \
tar xvfp redpen-${REDPEN_VERSION}.tar.gz -C / && \
rm *.tar.gz

ENV PATH="/redpen-distribution-${REDPEN_VERSION}/bin:${PATH}"
ENV PATH="/redpen-distribution-1.10.4-SNAPSHOT/bin:${PATH}"

COPY entrypoint.sh /entrypoint.sh

Expand Down
2 changes: 2 additions & 0 deletions doc/subdir/test-subdir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# test
これは、、、どうでしょう
Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SuccessiveWord], 単語 "、" は連続して使用されています。 at line: これは、、、どうでしょう

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SuccessiveWord], 単語 "、" は連続して使用されています。 at line: これは、、、どうでしょう

8 changes: 8 additions & 0 deletions doc/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# test
これは、、、どうでしょう
Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SuccessiveWord], 単語 "、" は連続して使用されています。 at line: これは、、、どうでしょう

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SuccessiveWord], 単語 "、" は連続して使用されています。 at line: これは、、、どうでしょう


# 分散処理
最近利用されているソフトウェアの中には複数の計算機上で動作(分散)するものが多く存在し,このような分散ソフトウェアは複数の計算機で動作することで大量のデータを扱えたり,高負荷な状況に対処できたりします。
Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[InvalidSymbol], 不正なシンボル "," がみつかりました。 at line: 最近利用されているソフトウェアの中には複数の計算機上で動作(分散)するものが多く存在し,このような分散ソフトウェアは複数の計算機で動作することで大量のデータを扱えたり,高負荷な状況に対処できたりします。

本稿では,複数の計算機(クラスタ)でで動作する各サーバーをインスタンスと呼びまます。
Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[InvalidSymbol], 不正なシンボル "," がみつかりました。 at line: 本稿では,複数の計算機(クラスタ)でで動作する各サーバーをインスタンスと呼びまます。

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[KatakanaEndHyphen], カタカナ単語 "サーバー" に不正なハイフンが見つかりました。 at line: 本稿では,複数の計算機(クラスタ)でで動作する各サーバーをインスタンスと呼びまます。

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SuccessiveWord], 単語 "で" は連続して使用されています。 at line: 本稿では,複数の計算機(クラスタ)でで動作する各サーバーをインスタンスと呼びまます。

たとえば検索エンジンやデータベースではインデックスを複数のインスタンスで分割して保持します。
このような場合,各インデクスの結果をマージしてclientプログラムに渡す機構が必要となります。
Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[InvalidSymbol], 不正なシンボル "," がみつかりました。 at line: このような場合,各インデクスの結果をマージしてclientプログラムに渡す機構が必要となります。

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SpaceBetweenAlphabeticalWord], アルファベット単語の前にスペースが存在しません。 at line: このような場合,各インデクスの結果をマージしてclientプログラムに渡す機構が必要となります。

Copy link
Contributor

Choose a reason for hiding this comment

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

[redpen] reported by reviewdog 🐶
ValidationError[SpaceBetweenAlphabeticalWord], アルファベット単語の後にスペースが存在しません。 at line: このような場合,各インデクスの結果をマージしてclientプログラムに渡す機構が必要となります。