You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/01/31 06:57:00 UTC

[jira] [Commented] (AVRO-3333) Spacing styling issues in CodeGen class

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

ASF subversion and git services commented on AVRO-3333:
-------------------------------------------------------

Commit c88481400a70546e7c261ca939709a551c8b1d40 in avro's branch refs/heads/master from Kyle Schoonover
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c884814 ]

AVRO-3333 Updated to correct spacing styling issues (#1483)

Co-authored-by: Kyle T. Schoonover <Ky...@nordstrom.com>

> Spacing styling issues in CodeGen class
> ---------------------------------------
>
>                 Key: AVRO-3333
>                 URL: https://issues.apache.org/jira/browse/AVRO-3333
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>    Affects Versions: 1.11.1
>            Reporter: Kyle Schoonover
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Correct the following spacing styling issues.
> References:
> SA1508 - A closing brace within a C# element, statement, or expression is preceded by a blank line.
> [StyleCopAnalyzers/SA1508.md at master · DotNetAnalyzers/StyleCopAnalyzers (github.com)|https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1508.md]
> SA1513 - A closing brace within a C# element, statement, or expression is not followed by a blank line.
> [StyleCopAnalyzers/SA1513.md at master · DotNetAnalyzers/StyleCopAnalyzers (github.com)|https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1513.md]
> SA1507 - The C# code contains multiple blank lines in a row.
> [StyleCopAnalyzers/SA1507.md at master · DotNetAnalyzers/StyleCopAnalyzers (github.com)|https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md]
> SA1515 - A single-line comment within C# code is not preceded by a blank line.
> [StyleCopAnalyzers/SA1515.md at master · DotNetAnalyzers/StyleCopAnalyzers (github.com)|https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)