microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2aee4d6af13e98be5b030fbf5d182b7408fe9216

Branches

Tags

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

Clone

HTTPS

Download ZIP

.cspell.json

85lines · modepreview

{
  "version": "0.2",
  "language": "en",
  "ignorePaths": [
    "node_modules/**",
    "**/node_modules/**",
    "packages/**",
    "**/packages/**",
    "vendor/**",
    "**/vendor/**",
    "dist/**",
    "build/**",
    ".git/**",
    "**/.terraform/**",
    "**/.terraform.lock.hcl",
    ".vscode/**",
    ".github/copilot-instructions.md",
    "**/*.min.js",
    "**/*.min.css",
    ".mega-linter.yml",
    "package-lock.json",
    "**/package-lock.json",
    "Cargo.lock",
    "**/Cargo.lock",
    "CHANGELOG.md",
    "logs/**",
    "docs/docusaurus/build/**"
  ],
  "ignoreRegExpList": [
    "/#.*/g",
    "/^authors?:.*(?:\\r?\\n\\s*-.*)*$/gmi"
  ],
  "dictionaryDefinitions": [
    {
      "name": "azure-services",
      "path": "./.cspell/azure-services.txt"
    },
    {
      "name": "microsoft-sample-companies",
      "path": "./.cspell/microsoft-sample-companies.txt"
    },
    {
      "name": "industry-acronyms",
      "path": "./.cspell/industry-acronyms.txt"
    },
    {
      "name": "general-technical",
      "path": "./.cspell/general-technical.txt"
    }
  ],
  "dictionaries": [
    "k8s",
    "docker",
    "rust",
    "data-science",
    "design-thinking",
    "aws",
    "terraform",
    "azure-services",
    "microsoft-sample-companies",
    "industry-acronyms",
    "general-technical"
  ],
  "words": [
    "atheris",
    "behaviour",
    "behavioural",
    "brainwriting",
    "clusterfuzzlite",
    "collab",
    "easyops",
    "figjam",
    "hideable",
    "learning",
    "smol",
    "whiteboarding",
    "ˈpræksɪs",
    "πρᾶξις",
    "agentic"
  ],
  "reporters": [
    "default",
    ["@cspell/cspell-json-reporter", { "outFile": "logs/cspell-results.json" }]
  ]
}