HairyFotr / linter

Static Analysis Compiler Plugin for Scala
Apache License 2.0
268 stars 34 forks source link

Added NumericRange check for floating point values #31

Closed petomat closed 8 years ago

HairyFotr commented 8 years ago

Thanks! I'll likely have time to test and merge over the weekend.

HairyFotr commented 8 years ago

Thanks again for taking the time to contribute, I've refactored a bit, and pushed the snapshot. I'll probably refactor a few things to objects with unapply - for some reason I never thought to use it in Linter, even though I knew about it.

petomat commented 8 years ago

Cool, thx!