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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Scala, Feature
I recently tried running
ScalaDocChecker
(http://www.scalastyle.org/rules-1.0.0.html#org_scalastyle_scalariform_ScalaDocChecker) on the MXNet Scala Package.It resulted in over 800 violations for Scala Doc style, where each violation is either a missing or improper Scala Doc.
Here's a list of all the classes, along with the number of violations in them :
To reproduce these warnings, add the following in
scalastyle-config.xml
:And in the parent
pom.xml
under thescalastyle-maven-plugin
set the property :<verbose>true</verbose>
Now run :
This will output the warnings along with their locations.
The text was updated successfully, but these errors were encountered: