[ 
https://issues.apache.org/jira/browse/SPARK-14508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233765#comment-15233765
 ] 

Apache Spark commented on SPARK-14508:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
https://github.com/apache/spark/pull/12280

> Add a new ScalaStyle Rule `OmitBracesInCase`
> --------------------------------------------
>
>                 Key: SPARK-14508
>                 URL: https://issues.apache.org/jira/browse/SPARK-14508
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Dongjoon Hyun
>
> According to the [Spark Code Style 
> Guide|https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide]
>  and [Scala Style 
> Guide|http://docs.scala-lang.org/style/control-structures.html#curlybraces], 
> we had better enforce the following rule.
> {code}
> case: Always omit braces in case clauses.
> {code}
> This issue make a new ScalaStyle rule, 'OmitBracesInCase', and enforce it to 
> the code.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to