We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024f20e commit f5a0d93Copy full SHA for f5a0d93
1 file changed
scripts/verify-encoding.ps1
@@ -33,7 +33,7 @@ $lineEndingErrors = @()
33
try {
34
Push-Location $SourceRoot
35
foreach ($file in $textFiles) {
36
- if ([IO.Path]::GetExtension($file) -eq '.DotSettings') {
+ if ([IO.Path]::GetExtension($file) -eq '.DotSettings' -or $file.EndsWith('.verified.cs')) {
37
continue
38
}
39
0 commit comments