Data-Liberation-Front / csvlint.rb

The gem behind http://csvlint.io
MIT License
283 stars 86 forks source link

Adjust code to support Ruby 2.7+ #251

Closed sclinede closed 2 years ago

sclinede commented 2 years ago

This PR adjusts implementation to avoid warnings in Ruby 2.7+ Also seems like stray_quotes error was introduced in latest version of CSV lib, so I've added support for that as well

Floppy commented 2 years ago

Thanks for this! I'm pulling this in as part of getting the tests going on GitHub Actions in #252 :+1:

Floppy commented 2 years ago

This is all working now, thanks! Your code definitely helped me work out what was breaking it, even though I've not merged it directly. :)