guardian / facia-scala-client

Low level client for the Facia JSON API
Other
2 stars 1 forks source link

Treat compiler warnings as errors #259

Closed davidfurey closed 2 years ago

davidfurey commented 2 years ago

What does this change?

Enables the warnings-as-errors compiler flag, and fixes all warnings.

This is primarily to ensure that that non-exhaustive matches are considered an error.

mchv commented 2 years ago

👍