Skip to content

Commit

Permalink
add file name lint (#2417) (#2450)
Browse files Browse the repository at this point in the history
Signed-off-by: kpango <kpango@vdaas.org>
Co-authored-by: Yusuke Kato <kpango@vdaas.org>
  • Loading branch information
vdaas-ci and kpango committed Mar 12, 2024
1 parent 03b897f commit ef0c4fc
Show file tree
Hide file tree
Showing 61 changed files with 2,486 additions and 280 deletions.
152 changes: 152 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
{
"version": "0.2",
"language": "en",
"words": [
"AQUASECURITY",
"AUTOBUILD",
"BUILDX",
"Capi",
"FAISS",
"GHACTION",
"GOLANGCILINT",
"KUBELINTER",
"LANGUAGETOOL",
"OTEL",
"PROTOBUF",
"REVIEWDOG",
"SARIF",
"SOFTPROPS",
"TELEPRESENCE",
"VALD",
"VALDCLI",
"Vald",
"accesslog",
"bbolt",
"brandguidelines",
"chatops",
"circuitbreaker",
"cloudstorage",
"clusterrole",
"clusterrolebinding",
"configmap",
"contributorsrc",
"conv",
"crds",
"daemonset",
"deepsource",
"devcontainer",
"errdetails",
"errgroup",
"faiss",
"gache",
"getstarted",
"gitfiles",
"golangci",
"goleak",
"gongt",
"gorules",
"gotmpl",
"hadolint",
"helmignore",
"initcontainer",
"jaccard",
"japansearch",
"kosarak",
"kubelinter",
"kustomization",
"kvsdb",
"loadtest",
"lycorp",
"minio",
"mnist",
"multiapis",
"multicluster",
"networkpolicy",
"nosql",
"nytimes",
"otel",
"otlp",
"pogreb",
"portforward",
"pprof",
"priorityclass",
"profefe",
"promtail",
"protobuf",
"pyroscope",
"readreplica",
"reviewdog",
"serviceaccount",
"singleflight",
"statefulset",
"testdata",
"textlintrc",
"timeutil",
"upsert",
"urlopener",
"usecase",
"vald",
"valdbenchmarkjob",
"valdbenchmarkoperatorrelease",
"valdbenchmarkscenario",
"valdhelmoperatorrelease",
"valdmirrortarget",
"valdrelease",
"vdctl",
"vqueue",
"vtproto",
"whitesource",
"zstd"
],
"ignoreWords": [
"CMYK",
"SHOGO",
"TECHNOTE",
"agentd",
"benchmarkd",
"conflint",
"sidecard"
],
"dictionaries": [
"softwareTerms",
"misc",
"companies",
"typescript",
"node",
"html",
"css",
"fonts",
"filetypes",
"npm"
],
"ignorePaths": [
"**/*.ai",
"**/*.drawio",
"**/*.hdf5",
"**/*.key",
"**/*.lock",
"**/*.log",
"**/*.md5",
"**/*.pack",
"**/*.pdf",
"**/*.pem",
"**/*.png",
"**/*.sum",
"**/*.svg",
"**/.git/objects/**",
"**/cmd/agent/core/faiss/faiss",
"**/cmd/agent/core/ngt/ngt",
"**/cmd/agent/sidecar/sidecar",
"**/cmd/discoverer/k8s/k8s",
"**/cmd/gateway/filter/filter",
"**/cmd/gateway/lb/lb",
"**/cmd/gateway/mirror/mirror",
"**/cmd/index/job/correction/correction",
"**/cmd/index/job/creation/creation",
"**/cmd/index/job/readreplica/rotate/rotate",
"**/cmd/index/job/save/save",
"**/cmd/manager/index/index",
"**/internal/core/algorithm/ngt/assets/index",
"**/internal/test/data/agent/ngt/validIndex"
]
}
Loading

0 comments on commit ef0c4fc

Please sign in to comment.