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
24 changes: 15 additions & 9 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"demaconsulting.pandoctool": {
"version": "3.9.0",
"version": "3.9.0.2",
"commands": [
"pandoc"
]
Expand All @@ -20,35 +20,41 @@
"weasyprint"
]
},
"demaconsulting.sonarmark": {
"demaconsulting.sarifmark": {
"version": "1.2.0",
"commands": [
"sonarmark"
"sarifmark"
]
},
"demaconsulting.sarifmark": {
"version": "1.2.0",
"demaconsulting.sonarmark": {
"version": "1.3.0",
"commands": [
"sarifmark"
"sonarmark"
]
},
"demaconsulting.reqstream": {
"version": "1.4.1",
"version": "1.5.0",
"commands": [
"reqstream"
]
},
"demaconsulting.buildmark": {
"version": "0.4.0",
"version": "0.4.1",
"commands": [
"buildmark"
]
},
"demaconsulting.versionmark": {
"version": "1.0.0",
"version": "1.1.0",
"commands": [
"versionmark"
]
},
"demaconsulting.reviewmark": {
"version": "0.2.0",
"commands": [
"reviewmark"
]
}
}
}
114 changes: 0 additions & 114 deletions .cspell.json

This file was deleted.

140 changes: 140 additions & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
---
# 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:
- acmecorp
- acmenator
- Alsos
- Anson
- Blockquotes
- buildmark
- BuildMark
- build_notes
- camelcase
- Checkmarx
- CodeQL
- code_quality
- code_review_plan
- code_review_report
- copilot
- cspell
- csproj
- Cyper
- dbproj
- dcterms
- Dema
- demaconsulting
- DemaConsulting
- DEMACONSULTINGNUGETKEY
- Dependabot
- dependabot
- deserializer
- DOAP
- Doap
- doctitle
- dotnet
- editorconfig
- filepart
- fsproj
- Gidget
- gitattributes
- hotspots
- ibiqlik
- LINQ
- maintainer
- markdownlint
- mermaid
- mstest
- myterm
- nameof
- ncipollo
- Neko
- NOASSERTION
- NTIA
- Ntia
- NuGet
- nuget
- nupkg
- OpenCover
- opencover
- pagetitle
- pandoc
- Propagatable
- Protecode
- Pylint
- Qube
- reqstream
- ReqStream
- requirements_doc
- requirements_report
- reviewmark
- ReviewMark
- Sarif
- SarifMark
- SBOM
- sbom
- Semgrep
- semver
- serializer
- slnx
- snupkg
- SonarCloud
- sonarmark
- SonarMark
- SonarQube
- sonarscanner
- SPDX
- spdx
- SPDXID
- SPDXJSON
- SpdxModel
- streetsidesoftware
- templatetool
- testname
- TMPL
- trace_matrix
- tracematrix
- triaging
- Trivy
- trx
- vbproj
- vcxproj
- versionmark
- Weasyprint
- weasyprint
- workflow
- workflows
- yamllint

# Exclude common build artifacts, dependencies, and vendored third-party code
ignorePaths:
- "**/.git/**"
- "**/node_modules/**"
- "**/.venv/**"
- "**/thirdparty/**"
- "**/third-party/**"
- "**/3rd-party/**"
- "**/AGENT_REPORT_*.md"
- "**/.agent-logs/**"
- "**/bin/**"
- "**/obj/**"
- "*.nupkg"
- "*.snupkg"
- "*.dll"
- "*.exe"
- "*.trx"
- "*.spdx.json"
- package-lock.json
- yarn.lock
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Set default behavior: normalize line endings to LF on checkout for all text files.
# This ensures consistent SHA256 fingerprints for reviewmark across all platforms.
* text=auto eol=lf

# Windows batch files require CRLF line endings to function correctly.
*.bat text eol=crlf
*.cmd text eol=crlf
Loading
Loading