You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good to catch them all in a single PR (we don't use nested /** */ comments afaik so an easy regex search ought to work). Perhaps put a note in the scala-js project's CONTRIBUTING.md?
Something worth looking out for when reviewing PRs for now.
Scalastyle also has an org.scalastyle.scalariform.ScalaDocChecker plugin, and I'm not sure we're using it in scala-js, (or how good it is for catching this kind of error, or if it introduces more problems than it would solve...). Eventually maybe we should maintain a duplicate of that task here.
The text was updated successfully, but these errors were encountered:
mseddon
added a commit
to mseddon/scala-js-dom
that referenced
this issue
Nov 14, 2015
as reported by @ochrons via gitter, a trivial issue with an easy fix:
Good to catch them all in a single PR (we don't use nested /** */ comments afaik so an easy regex search ought to work). Perhaps put a note in the
scala-js
project'sCONTRIBUTING.md
?Something worth looking out for when reviewing PRs for now.
Scalastyle also has an
org.scalastyle.scalariform.ScalaDocChecker
plugin, and I'm not sure we're using it inscala-js
, (or how good it is for catching this kind of error, or if it introduces more problems than it would solve...). Eventually maybe we should maintain a duplicate of that task here.The text was updated successfully, but these errors were encountered: