remove more checks

MS-2855/keylogger-mettle-extension
Brent Cook 2018-01-22 16:40:30 -06:00
parent 387f78c6a3
commit 6aebc1fdbd
1 changed files with 0 additions and 4 deletions

View File

@ -529,10 +529,6 @@ class Msftidy
src_ended = true if ln =~ /^__END__$/
next if src_ended
if ln =~ /[\x00-\x08\x0b\x0c\x0e-\x19\x7f-\xff]/
error("Unicode detected: #{ln.inspect}", idx)
end
if ln =~ /[ \t]$/
warn("Spaces at EOL", idx)
end