You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Samrat Deb (Jira)" <ji...@apache.org> on 2022/10/15 19:17:00 UTC

[jira] [Updated] (FLINK-29649) upgrade Maven checkstyle plugin to latest version >= v8.30

     [ https://issues.apache.org/jira/browse/FLINK-29649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samrat Deb updated FLINK-29649:
-------------------------------
    Description: 
currenly while building project some of the typical warnings related to checkstyle 

 
{code:java}
[WARNING] Old version of checkstyle detected. Consider updating to >= v8.30
[WARNING] For more information see: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html
[INFO] You have 0 Checkstyle violations.{code}
 

should it be upgraded to latest stable version ?

  was:
currenly while building project some of the typical warnings related to checkstyle 

```

[WARNING] Old version of checkstyle detected. Consider updating to >= v8.30
[WARNING] For more information see: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html
[INFO] You have 0 Checkstyle violations.

```

should it be upgraded to latest stable version ?


> upgrade Maven checkstyle plugin to latest version >= v8.30
> ----------------------------------------------------------
>
>                 Key: FLINK-29649
>                 URL: https://issues.apache.org/jira/browse/FLINK-29649
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Samrat Deb
>            Priority: Minor
>
> currenly while building project some of the typical warnings related to checkstyle 
>  
> {code:java}
> [WARNING] Old version of checkstyle detected. Consider updating to >= v8.30
> [WARNING] For more information see: https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html
> [INFO] You have 0 Checkstyle violations.{code}
>  
> should it be upgraded to latest stable version ?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)