eigengo / monitor

Library for monitoring the Typesafe stack-based applications.
Apache License 2.0
127 stars 24 forks source link

Fail build with missing / incorrect ScalaDoc on public members #59

Open janm399 opened 10 years ago

janm399 commented 10 years ago

The current sbt scalastyle target does not validate the presence & structural correctness of the ScalaDoc on public members.

Find out if scalastyle can verify ScalaDoc, or find a solution that can.

hughsimpson commented 10 years ago

In progress

janm399 commented 10 years ago

This could actually be harder than it seems, but give it a go.

hughsimpson commented 10 years ago

I couldn't find anything that does this. It looks like it might need to be a new plugin...

janm399 commented 10 years ago

See https://github.com/scalastyle/scalastyle/pull/71, which should (fingers crossed) make it to the latest Scalastyle and Scalastyle SBT plugin.