Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb141272

Browse files
Introduce cspell configuration. (#963)
This works with the Code Spell Checker extension to allow a simple list of "allowed words" for common terms that aren't in a traditional dictionary.
1 parent4242779 commitb141272

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

‎cspell.json‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"version":"0.2",
3+
"language":"en",
4+
"dictionaries": ["dictionary-codefresh"],
5+
"dictionaryDefinitions": [{
6+
"name":"dictionary-codefresh",
7+
"path":"./dictionary-codefresh.txt",
8+
"addWords":false
9+
}],
10+
"flagWords": [
11+
"hte"
12+
],
13+
"ignorePaths": [
14+
"cspell.json",
15+
"package.json",
16+
"package-lock.json",
17+
"node_modules/**"
18+
]
19+
}

‎dictionary-codefresh.txt‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
argoproj
2+
azurecr
3+
Bazel
4+
Buildkit
5+
callout
6+
cfcr
7+
Codefresh
8+
configmap
9+
Djava
10+
Dmaven
11+
Dockerfiles
12+
Dockerhub
13+
Dserver
14+
Dsonar
15+
endraw
16+
GitOps
17+
golangci
18+
HEALTHCHECK
19+
KUBECONTEXT
20+
Kustomize
21+
lightbox
22+
Linkerd
23+
prechecks
24+
pytest
25+
Rollouts
26+
runtimes
27+
Snyk
28+
SonarQube
29+
subfolder
30+
subfolders
31+
templating
32+
trafficsplit
33+
trivy
34+
unpackaged
35+
urandom
36+
WORKDIR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp