From 7f528754e5de89a816c7d561155d0b71874c59f6 Mon Sep 17 00:00:00 2001 From: hlts2 Date: Sat, 2 Jul 2022 14:53:42 +0900 Subject: [PATCH] make format Signed-off-by: hlts2 --- .github/workflows/reviewdog-markdown.yml | 2 +- .prh.yaml | 15 +++ .textlintrc | 133 ++++++++++++----------- 3 files changed, 86 insertions(+), 64 deletions(-) diff --git a/.github/workflows/reviewdog-markdown.yml b/.github/workflows/reviewdog-markdown.yml index 2adf74a3eb..d0ec244f8f 100644 --- a/.github/workflows/reviewdog-markdown.yml +++ b/.github/workflows/reviewdog-markdown.yml @@ -46,7 +46,7 @@ jobs: - name: Setup node/npm uses: actions/setup-node@v3 with: - node-version: '16' + node-version: "16" - name: Install textlint run: | make textlint/ci/install diff --git a/.prh.yaml b/.prh.yaml index 9a1b19deb0..7c5f727ce1 100644 --- a/.prh.yaml +++ b/.prh.yaml @@ -1,3 +1,18 @@ +# +# Copyright (C) 2019-2022 vdaas.org vald team +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# version: 1 # index: ann # index: clojure diff --git a/.textlintrc b/.textlintrc index fd75be3eb5..9867551879 100644 --- a/.textlintrc +++ b/.textlintrc @@ -1,63 +1,70 @@ -{ - "rules": { - "en-spell": { - "personalDictionary": [ - "changelog", - "clj", - "config", - "crd", - "docker", - "errgroup", - "fastime", - "github", - "godoc", - "goimports", - "golang", - "golangci", - "goroutine", - "grafana", - "helm", - "homebrew", - "http", - "https", - "idrequest", - "int32", - "jaeger", - "k3d", - "k3s", - "k8s", - "kubernetes", - "mevie", - "ngt", - "ngtd", - "onnx", - "operator", - "rerank", - "scalable", - "sdk", - "spotify", - "sptag", - "struct", - "subtest", - "uint32", - "unexported", - "upsert", - "uuid", - "uuid", - "vald", - "vectorize", - "vektor", - "wald", - ] - }, - "prh": { - "rulePaths": [ - ".prh.yaml" - ] - }, - "write-good": { - "passive": false, - "thereIs": false - } - } -} +# +# Copyright (C) 2019-2022 vdaas.org vald team +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +rules: + en-spell: + personalDictionary: + - changelog + - clj + - config + - crd + - docker + - errgroup + - fastime + - github + - godoc + - goimports + - golang + - golangci + - goroutine + - grafana + - helm + - homebrew + - http + - https + - idrequest + - int32 + - jaeger + - k3d + - k3s + - k8s + - kubernetes + - mevie + - ngt + - ngtd + - onnx + - operator + - rerank + - scalable + - sdk + - spotify + - sptag + - struct + - subtest + - uint32 + - unexported + - upsert + - uuid + - uuid + - vald + - vectorize + - vektor + - wald + prh: + rulePaths: + - ".prh.yaml" + write-good: + passive: false + thereIs: false