You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/04/07 00:36:25 UTC

[jira] [Created] (SPARK-14444) Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-style multiline comments

Dongjoon Hyun created SPARK-14444:
-------------------------------------

             Summary: Add a new scalastyle `NoScalaDoc` to prevent ScalaDoc-style multiline comments
                 Key: SPARK-14444
                 URL: https://issues.apache.org/jira/browse/SPARK-14444
             Project: Spark
          Issue Type: Improvement
          Components: Build
            Reporter: Dongjoon Hyun


According to the [Spark Code Style Guide|https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide#SparkCodeStyleGuide-Indentation], this issue add a new scalastyle rule to prevent the followings.

{code}
/** In Spark, we don't use the ScalaDoc style so this
  * is not correct.
  */
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org