Michael Wizner

Results 70 comments of Michael Wizner

Hi @carlspring, I'm probably going to prioritise scalafix integration over this, so it might be a little while before any progress is made on this unless someone else decides to...

Both [Scalastyle](https://github.com/scalastyle/scalastyle/blob/8623a189337364368c1a091d50cba1faf65d801b/src/main/scala/org/scalastyle/Output.scala#L101) and [Scapegoat](https://github.com/sksamuel/scapegoat/blob/02c25d61fd1db61183a363a3bc406914cbbed8b3/src/main/scala/com/sksamuel/scapegoat/io/ScalastyleReportWriter.scala) support generating reports in a Checkstyle compatible xml format, so it would make sense to me if scalafix could also stick to this convention - I'll...

this is the corresponding issue in scalariform https://github.com/scala-ide/scalariform/issues/104

I had a look at this and opened [#287](https://github.com/scala-ide/scalariform/pull/287) in scalariform - would be good to get some feedback as I'm not sure if this is the right way to...

I've asked for a new release many times now e.g. [here](#327) and [here](https://github.com/scalastyle/scalastyle/pull/332#issuecomment-469059206), but unfortunately had no luck. @matthewfarwell @ScrapCodes @y-yoshinoya are you guys still maintaining this repo? If you...

Try https://github.com/beautiful-scala/scalastyle, there's been a lot of fixes since 1.0.

Fixed and released [here](https://github.com/beautiful-scala/scalastyle/releases/tag/v1.1.1).

I've also made a [release](https://github.com/beautiful-scala/scalastyle/releases/tag/v1.1.0) from my [fork](https://github.com/beautiful-scala/scalastyle). The changes include everything since v1.0.0 + I cross-published it for 2.13 thanks to @cddude229 and his changes in #353. 👍 Here...

I'm afraid this repo has been dead for a long time now, but I've tried to keep the project going (at least in some minimalistic maintenance form) over [here](https://github.com/beautiful-scala/scalastyle). 1.4.0...

I personally use [SonarQube](https://www.sonarqube.org) with the [sonar-scala](https://sonar-scala.com) Scala plugin to browse through Scalastyle issues and aggregate them across multiple projects, but if you want just a simple HTML report generated...