brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

Run tests with warnings enabled #63

Closed bf4 closed 8 years ago

bf4 commented 8 years ago

Should help clean up warnings in gems or apps that use json_schema ;)

refs:

brandur commented 8 years ago

Cool. Let's give it a shot. Thanks!

bf4 commented 8 years ago

@brandur yay!

Thanks for this. We're using json_schema in active_model_serializers and running it with warnings on :)