Data-Liberation-Front / csvlint.rb

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

Fix load_from_json deprecation warnings. #237

Closed jezhiggins closed 4 years ago

jezhiggins commented 4 years ago

Use Csvlint::Schema.load_from_uri instead, as directed by the warning.

Cloning the repo and running rake spec only to be presented with a screenful of deprecation warnings was, erm, unsettling. This is a tiny change to resolve those warnings, although I haven't actually removed the deprecated method.