Skip to content

Commit f5a0d93

Browse files
committed
verify-encoding: skip GenAPI results
1 parent 024f20e commit f5a0d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/verify-encoding.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $lineEndingErrors = @()
3333
try {
3434
Push-Location $SourceRoot
3535
foreach ($file in $textFiles) {
36-
if ([IO.Path]::GetExtension($file) -eq '.DotSettings') {
36+
if ([IO.Path]::GetExtension($file) -eq '.DotSettings' -or $file.EndsWith('.verified.cs')) {
3737
continue
3838
}
3939

0 commit comments

Comments
 (0)