Skip to content

Commit 6aebc1f

Browse files
committed
remove more checks
1 parent 387f78c commit 6aebc1f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/dev/msftidy.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,6 @@ def check_lines
529529
src_ended = true if ln =~ /^__END__$/
530530
next if src_ended
531531

532-
if ln =~ /[\x00-\x08\x0b\x0c\x0e-\x19\x7f-\xff]/
533-
error("Unicode detected: #{ln.inspect}", idx)
534-
end
535-
536532
if ln =~ /[ \t]$/
537533
warn("Spaces at EOL", idx)
538534
end

0 commit comments

Comments
 (0)