HairyFotr / linter

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

Warning on unrecognized check name #47

Open TomasMikula opened 8 years ago

TomasMikula commented 8 years ago
val x = 1/0 // linter:ignore DivideByZeor

should issue a warning about unrecognized check (notice the typo).