microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3cade0d7dd510bcfa350a1dc9512159a1f60ae4f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.cspell.json

81lines · modecode

1{
2 "version": "0.2",
3 "language": "en",
4 "ignorePaths": [
5 "node_modules/**",
6 "**/node_modules/**",
7 "packages/**",
8 "**/packages/**",
9 "vendor/**",
10 "**/vendor/**",
11 "dist/**",
12 "build/**",
13 ".git/**",
14 "**/.terraform/**",
15 "**/.terraform.lock.hcl",
16 ".vscode/**",
17 ".github/copilot-instructions.md",
18 "**/*.min.js",
19 "**/*.min.css",
20 ".mega-linter.yml",
21 "package-lock.json",
22 "**/package-lock.json",
23 "Cargo.lock",
24 "**/Cargo.lock",
25 "CHANGELOG.md",
26 "logs/**",
27 "docs/docusaurus/build/**"
28 ],
29 "ignoreRegExpList": [
30 "/#.*/g",
31 "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi"
32 ],
33 "dictionaryDefinitions": [
34 {
35 "name": "azure-services",
36 "path": "./.cspell/azure-services.txt"
37 },
38 {
39 "name": "microsoft-sample-companies",
40 "path": "./.cspell/microsoft-sample-companies.txt"
41 },
42 {
43 "name": "industry-acronyms",
44 "path": "./.cspell/industry-acronyms.txt"
45 },
46 {
47 "name": "general-technical",
48 "path": "./.cspell/general-technical.txt"
49 }
50 ],
51 "dictionaries": [
52 "k8s",
53 "docker",
54 "rust",
55 "data-science",
56 "design-thinking",
57 "aws",
58 "terraform",
59 "azure-services",
60 "microsoft-sample-companies",
61 "industry-acronyms",
62 "general-technical"
63 ],
64 "words": [
65 "atheris",
66 "behaviour",
67 "brainwriting",
68 "clusterfuzzlite",
69 "easyops",
70 "hideable",
71 "learning",
72 "smol",
73 "ˈpræksɪs",
74 "πρᾶξις",
75 "agentic"
76 ],
77 "reporters": [
78 "default",
79 ["@cspell/cspell-json-reporter", { "outFile": "logs/cspell-results.json" }]
80 ]
81}
82