diff --git a/.github/workflows/reviewdog-markdown.yml b/.github/workflows/reviewdog-markdown.yml index 9ec32029523..ad8f01cb5e6 100644 --- a/.github/workflows/reviewdog-markdown.yml +++ b/.github/workflows/reviewdog-markdown.yml @@ -73,12 +73,12 @@ jobs: - name: Setup node/npm uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "latest" - name: Install textlint run: | make reviewdog/install make textlint/ci/install - - name: Run lint && Report to GitHub + - name: Run lint for files && Report to GitHub run: | make files/lint | \ reviewdog \ @@ -87,7 +87,8 @@ jobs: -diff="git diff ${{ github.event.pull_request.base.ref }}" \ -reporter=github-pr-review \ -level="${LEVEL}" - + - name: Run lint for documents && Report to GitHub + run: | make docs/lint | \ reviewdog \ -f=checkstyle \ diff --git a/.prh.yaml b/.prh.yaml index 28daaba69a9..22b36defea0 100644 --- a/.prh.yaml +++ b/.prh.yaml @@ -62,14 +62,14 @@ rules: expected: BestEffort specs: - from: besteffort - to: besteffort + to: BestEffort - from: BestEffort to: BestEffort - pattern: burstable expected: Burstable specs: - from: burstable - to: burstable + to: Burstable - from: Burstable to: Burstable - pattern: configMap @@ -90,15 +90,15 @@ rules: expected: documentation options: wordBoundary: true - - pattern: fashion-mnist - expected: Fashion-MNIST + - pattern: fashion\-mnist + expected: Fashion\-MNIST options: wordBoundary: true specs: - - from: fashion-mnist-784 - to: fashion-mnist-784 - - from: fashion-mnist - to: Fashion-MNIST + - from: fashion\-mnist\-784 + to: Fashion\-MNIST\-784 + - from: fashion\-mnist + to: Fashion\-MNIST - pattern: flamegraph expected: Flamegraph options: @@ -133,7 +133,7 @@ rules: expected: Guaranteed specs: - from: guaranteed - to: guaranteed + to: Guaranteed - from: Guaranteed to: Guaranteed - pattern: helm @@ -235,6 +235,24 @@ rules: options: wordBoundary: true expected: UUID + - pattern: config + options: + wordBoundary: true + expected: config + specs: + - from: config + to: config + - from: Config + to: Config + - pattern: Config + options: + wordBoundary: true + expected: Config + specs: + - from: config + to: config + - from: Config + to: Config - pattern: vald expected: Vald options: diff --git a/README.md b/README.md index ddf4a723894..c49d6490024 100755 --- a/README.md +++ b/README.md @@ -307,6 +307,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d ## LICENSE -vald released under Apache 2.0 license, refer [LICENSE](https://github.com/vdaas/vald/blob/main/LICENSE) file. +Vald released under Apache 2.0 license, refer [LICENSE](https://github.com/vdaas/vald/blob/main/LICENSE) file. [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B21465%2Fvald.svg?type=large)](https://app.fossa.com/projects/custom%2B21465%2Fvald?ref=badge_large)