CodelyTV / scala-basic-skeleton

Starting point if you want to bootstrap a project in Scala

Home Page:http://codely.tv/screencasts/entorno-scala/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scalastyle ImportOrderChecker rule seems vendor-specific

vicaba opened this issue · comments

I think that the parameters of the ImportOrderChecker rule should be vendor agnostinc for a bootstrapping template. https://github.com/CodelyTV/scala_bootstrap/blob/0eef0ff61c5160aec0c59fde3a354351be221831/scalastyle-config.xml#L220 (<parameter name="group.letgo">com\.letgo\..*</parameter>) is not vendor agnostic.

Good one!

Fixed in commit 5f52607 :) thx!