Skip to content

Commit a04a69e

Browse files
ci: match fixture paths in Super-Linter
Match absolute fixture paths passed by Super-Linter and satisfy repository analysis for the coverage test helper. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent df8913c commit a04a69e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/linters/.yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ extends: relaxed
33

44
# Official conformance fixtures intentionally preserve invalid and unusual YAML.
55
ignore: |
6-
tests/fixtures/
6+
**/tests/fixtures/**

tests/TestBootstrap.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ if ($null -eq $yamlModule) {
1313
}
1414

1515
function Get-TestYamlFingerprintLength {
16+
<#
17+
.SYNOPSIS
18+
Returns structural fingerprint lengths for a YAML alias graph.
19+
#>
1620
param (
1721
[Parameter(Mandatory)]
1822
[string] $Yaml

0 commit comments

Comments
 (0)