Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 0 additions & 100 deletions .cspell.json

This file was deleted.

113 changes: 113 additions & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
---
# Spell-Checking
#
# PURPOSE:
# - Maintain professional documentation and code quality
# - Catch spelling errors before publication
# - Support consistent technical terminology usage
# - Misspelled words should be fixed in the source
# - NEVER add a misspelled word to the 'words' list
# - PROPOSE only genuine technical terms/names as needed

version: "0.2"
language: en

# Project-specific technical terms and tool names
words:
- Anson
- Blockquotes
- buildmark
- BuildMark
- buildnotes
- camelcase
- Checkmarx
- CodeQL
- copilot
- cspell
- csproj
- datarow
- dbproj
- dcterms
- Dema
- demaconsulting
- DEMACONSULTINGNUGETKEY
- Dependabot
- dependabot
- DOCX
- doctitle
- dotnet
- editorconfig
- filepart
- fsproj
- Gidget
- gitattributes
- hotspots
- ibiqlik
- JUnit
- LINQ
- maintainer
- markdownlint
- mermaid
- mstest
- myterm
- ncipollo
- nuget
- nupkg
- opencover
- pagetitle
- pandoc
- pandoctool
- Pylint
- Qube
- ReqStream
- reviewmark
- ReviewMark
- build_notes
- code_quality
- code_review_plan
- code_review_report
- requirements_doc
- requirements_report
- trace_matrix
- Sarif
- sarifmark
- SarifMark
- SBOM
- Semgrep
- semver
- slnx
- snupkg
- Sonar
- sonarcloud
- sonarmark
- SonarMark
- sonarscanner
- SonarQube
- spdx
- streetsidesoftware
- templatetool
- TestResults
- testname
- tracematrix
- triaging
- Trivy
- trx
- vbproj
- vcxproj
- versionmark
- Weasyprint
- weasyprinttool
- yamllint

# Exclude common build artifacts, dependencies, and vendored third-party code
ignorePaths:
- "**/.git/**"
- "**/node_modules/**"
- "**/.venv/**"
- "**/thirdparty/**"
- "**/third-party/**"
- "**/3rd-party/**"
- "**/AGENT_REPORT_*.md"
- "**/bin/**"
- "**/obj/**"
- package-lock.json
84 changes: 0 additions & 84 deletions .github/agents/code-quality-agent.md

This file was deleted.

Loading
Loading