Skip to content

Commit ead70f9

Browse files
jackbatznerCopilot
andcommitted
fix: add technical terms to cspell allowlist
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 837a4f0 commit ead70f9

1 file changed

Lines changed: 95 additions & 95 deletions

File tree

.cspell.json

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
{
2-
"version": "0.2",
3-
"language": "en",
4-
"useGitignore": true,
5-
"dictionaries": [
6-
"repo-terms"
7-
],
8-
"dictionaryDefinitions": [
9-
{
10-
"name": "repo-terms",
11-
"path": "./.cspell-repo-terms.txt",
12-
"addWords": true
13-
}
14-
],
15-
"words": [
16-
"A2A",
17-
"appsettings",
18-
"asyncio",
19-
"backdoors",
20-
"Behaviour",
21-
"behavioural",
22-
"Blocklist",
23-
"bursty",
24-
"bytecodes",
25-
"CD",
26-
"cedarpy",
27-
"CI",
28-
"CLI",
29-
"cmdshell",
30-
"CodeQL",
31-
"CORS",
32-
"CSP",
33-
"dataclass",
34-
"deque",
35-
"DSPM",
36-
"EUAI",
37-
"FIPS",
38-
"GitHub",
39-
"gomod",
40-
"GPAI",
41-
"gvisor",
42-
"HMAC",
43-
"IMDS",
44-
"JavaScript",
45-
"Kata",
46-
"lockfiles",
47-
"Markdown",
48-
"maxlen",
49-
"MCP",
50-
"MediatR",
51-
"Merkle",
52-
"metacharacter",
53-
"metacharacters",
54-
"myregistry",
55-
"Newtonsoft",
56-
"NuGet",
57-
"OpenSSF",
58-
"pids",
59-
"Portkey",
60-
"PR",
61-
"pydantic",
62-
"PyPI",
63-
"Pytest",
64-
"Python",
65-
"quickstarts",
66-
"README",
67-
"rego",
68-
"runsc",
69-
"sandboxing",
70-
"SARIF",
71-
"scikit",
72-
"seccomp",
73-
"Serilog",
74-
"setuptools",
75-
"SIEM",
76-
"SPIFFE",
77-
"SVID",
78-
"syscall",
79-
"thiserror",
80-
"TOCTOU",
81-
"TypeScript",
82-
"VADP"
83-
],
84-
"ignorePaths": [
85-
"**/node_modules/**",
86-
"**/dist/**",
87-
"**/build/**",
88-
"**/.venv/**",
89-
"**/.git/**",
90-
"**/*.png",
91-
"**/*.svg",
92-
"**/*.json",
93-
"**/*.lock"
94-
]
95-
}
1+
{
2+
"version": "0.2",
3+
"language": "en",
4+
"useGitignore": true,
5+
"dictionaries": ["repo-terms"],
6+
"dictionaryDefinitions": [
7+
{
8+
"name": "repo-terms",
9+
"path": "./.cspell-repo-terms.txt",
10+
"addWords": true
11+
}
12+
],
13+
"words": [
14+
"A2A",
15+
"appsettings",
16+
"asyncio",
17+
"backdoors",
18+
"Behaviour",
19+
"behavioural",
20+
"Blocklist",
21+
"bursty",
22+
"bytecodes",
23+
"CD",
24+
"cedarpy",
25+
"CI",
26+
"CLI",
27+
"cmdshell",
28+
"CODEOWNERS",
29+
"CodeQL",
30+
"CORS",
31+
"CSP",
32+
"dataclass",
33+
"deque",
34+
"DSPM",
35+
"Entra",
36+
"EUAI",
37+
"FIPS",
38+
"GitHub",
39+
"gomod",
40+
"GPAI",
41+
"gvisor",
42+
"HMAC",
43+
"IMDS",
44+
"JavaScript",
45+
"Kata",
46+
"lockfiles",
47+
"Markdown",
48+
"maxlen",
49+
"MCP",
50+
"MediatR",
51+
"Merkle",
52+
"metacharacter",
53+
"metacharacters",
54+
"myregistry",
55+
"Newtonsoft",
56+
"NuGet",
57+
"OpenSSF",
58+
"pids",
59+
"Portkey",
60+
"PR",
61+
"pydantic",
62+
"PyPI",
63+
"Pytest",
64+
"Python",
65+
"quickstarts",
66+
"README",
67+
"rego",
68+
"runsc",
69+
"sandboxing",
70+
"SARIF",
71+
"scikit",
72+
"seccomp",
73+
"Serilog",
74+
"setuptools",
75+
"SIEM",
76+
"SPIFFE",
77+
"SVID",
78+
"syscall",
79+
"thiserror",
80+
"TOCTOU",
81+
"TypeScript",
82+
"VADP"
83+
],
84+
"ignorePaths": [
85+
"**/node_modules/**",
86+
"**/dist/**",
87+
"**/build/**",
88+
"**/.venv/**",
89+
"**/.git/**",
90+
"**/*.png",
91+
"**/*.svg",
92+
"**/*.json",
93+
"**/*.lock"
94+
]
95+
}

0 commit comments

Comments
 (0)