Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
8 changes: 7 additions & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,16 @@
]
},
"demaconsulting.buildmark": {
"version": "0.2.0",
"version": "0.3.0",
"commands": [
"buildmark"
]
},
"demaconsulting.versionmark": {
"version": "0.1.0",
"commands": [
"versionmark"
]
}
}
}
145 changes: 94 additions & 51 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,70 +2,113 @@
"version": "0.2",
"language": "en",
"words": [
"SPDX",
"SpdxModel",
"DemaConsulting",
"SBOM",
"sbom",
"dotnet",
"NuGet",
"nuget",
"spdx",
"deserializer",
"serializer",
"Dema",
"workflow",
"workflows",
"yamllint",
"markdownlint",
"cspell",
"Copilot",
"opencover",
"OpenCover",
"snupkg",
"Alsos",
"Anson",
"ibiqlik",
"sonarscanner",
"ncipollo",
"Blockquotes",
"BuildMark",
"Checkmarx",
"CodeQL",
"Cyper",
"DEMACONSULTINGNUGETKEY",
"Alsos",
"pandoc",
"weasyprint",
"mermaid",
"Dema",
"DemaConsulting",
"Dependabot",
"DOAP",
"Doap",
"Gidget",
"hotspots",
"CodeQL",
"SonarCloud",
"sonarcloud",
"sonarmark",
"sarifmark",
"SPDXID",
"ntia",
"NTIA",
"Ntia",
"LINQ",
"NOASSERTION",
"SPDXJSON",
"NTIA",
"Neko",
"Cyper",
"Doap",
"DOAP",
"Ntia",
"NuGet",
"OpenCover",
"Protecode",
"Pylint",
"Qube",
"ReqStream",
"Sarif",
"SarifMark",
"SBOM",
"Semgrep",
"SonarCloud",
"SonarMark",
"SonarQube",
"SPDX",
"SPDXID",
"SPDXJSON",
"SpdxModel",
"TMPL",
"Trivy",
"Weasyprint",
"acmecorp",
"acmenator",
"buildmark",
"buildnotes",
"camelcase",
"copilot",
"cspell",
"csproj",
"dbproj",
"dcterms",
"demaconsulting",
"dependabot",
"deserializer",
"doctitle",
"dotnet",
"editorconfig",
"filepart",
"fsproj",
"gitattributes",
"ibiqlik",
"maintainer",
"markdownlint",
"mermaid",
"mstest",
"myterm",
"nameof",
"ncipollo",
"nuget",
"nupkg",
"opencover",
"pagetitle",
"pandoc",
"reqstream",
"ReqStream",
"tracematrix"
"sbom",
"semver",
"serializer",
"slnx",
"snupkg",
"sonarmark",
"sonarscanner",
"spdx",
"streetsidesoftware",
"templatetool",
"testname",
"tracematrix",
"triaging",
"trx",
"vbproj",
"vcxproj",
"weasyprint",
"workflow",
"workflows",
"yamllint"
],
"ignorePaths": [
"**/*.spdx.json",
"**/*.csproj",
"**/bin/**",
"**/obj/**",
"**/.git/**",
"**/node_modules/**",
"**/*.nupkg",
"**/*.snupkg",
"node_modules",
".git",
"bin",
"obj",
"*.nupkg",
"*.snupkg",
"*.dll",
"*.exe",
"*.trx",
"*.spdx.json",
"package-lock.json",
"yarn.lock",
"AGENT_REPORT_*.md"
]
}
Loading