diff --git a/project/plugins.sbt b/project/plugins.sbt index 196c17969..ca5fd0146 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,16 +1,14 @@ resolvers += Resolver.url("bintray-sbt-plugin-releases", url("http://dl.bintray.com/banno/oss"))(Resolver.ivyStylePatterns) + +resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/" addSbtPlugin("com.banno" % "sbt-license-plugin" % "0.1.4") addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0") -resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/" addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.3.0") - - - addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0") diff --git a/scalastyle-config.xml b/scalastyle-config.xml index 7e3596f12..77678ad9a 100644 --- a/scalastyle-config.xml +++ b/scalastyle-config.xml @@ -1,12 +1,12 @@ Scalastyle standard configuration - - + + - + - - - - + + + + - + - + - + - - + + - + - + - - - - - - - - - + + + + + + + + + - + - + - - - + + + - + - + - + - + - - + + \ No newline at end of file