Skip to content

Commit 729c118

Browse files
committed
feat(#194): update application paths for code quality and help generation
- include scripts/**/*.ps1 in code quality matrix - refine PlatyPS help application path to docs/NovaModuleTools/**/*.md - add PSScriptAnalyzer module version to project.json
1 parent 331da72 commit 729c118

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/instructions/code-quality-matrix.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: "src/**/*.ps1,tests/**/*.ps1"
2+
applyTo: "src/**/*.ps1,tests/**/*.ps1,scripts/**/*.ps1"
33
---
44

55
# Agentic code quality matrix

.github/instructions/platyps-help.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
applyTo: "docs/**/*.md"
2+
applyTo: "docs/NovaModuleTools/**/*.md"
33
---
44

55
# PlatyPS command help rules

project.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"ModuleName": "Microsoft.PowerShell.PlatyPS",
2121
"ModuleVersion": "1.0.1"
22+
},
23+
{
24+
"ModuleName": "PSScriptAnalyzer",
25+
"ModuleVersion": "1.25.0"
2226
}
2327
],
2428
"Tags": [

0 commit comments

Comments
 (0)