ngbinh / gradle-scalastyle-plugin

Gradle plugin for scalastyle
18 stars 16 forks source link

latest version failed on scala 2.12 features #47

Open igreenfield opened 5 years ago

igreenfield commented 5 years ago

if I have in code val l = List(1, 2, 3, ) it will fail on compilatioin error even it is OK on Scala 2.12