Skip to content

Commit

Permalink
verify-encoding: skip GenAPI results
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Jan 24, 2023
1 parent 024f20e commit f5a0d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/verify-encoding.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $lineEndingErrors = @()
try {
Push-Location $SourceRoot
foreach ($file in $textFiles) {
if ([IO.Path]::GetExtension($file) -eq '.DotSettings') {
if ([IO.Path]::GetExtension($file) -eq '.DotSettings' -or $file.EndsWith('.verified.cs')) {
continue
}

Expand Down

0 comments on commit f5a0d93

Please sign in to comment.