You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/09/09 08:04:00 UTC

[jira] [Commented] (SYNCOPE-1486) Upgrade maven-checkstyle-plugin to checkstyle 8.24

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

ASF subversion and git services commented on SYNCOPE-1486:
----------------------------------------------------------

Commit 3a59f86140728d66441d2a45cff2957553b24898 in syncope's branch refs/heads/master from Misagh Moayyed
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=3a59f86 ]

SYNCOPE-1486: upgrade checkstyle; fix syntax issues and line lengths (#112)



> Upgrade maven-checkstyle-plugin to checkstyle 8.24
> --------------------------------------------------
>
>                 Key: SYNCOPE-1486
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1486
>             Project: Syncope
>          Issue Type: Task
>          Components: build-tools
>    Affects Versions: 3.0.0
>            Reporter: Misagh Moayyed
>            Priority: Trivial
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> At the moment, the maven-checkstyle-plugin is at version 3.1.0, which ships with checkstyle version 8.19.
> Checkstyle 8.24 is out and due to changes in configuration syntax, one cannot easily switch to the more recent checkstyle version. Specifically, the "TreeWalker" module contains a few breaking changes and moved/removed elements such as LineLength that need to be reorganized slightly before checkstyle can be used with more recent versions. 
>  
> This task proposes to upgrade the checkstyle version to 8.24 (or whatever might most recent at the time work begins) and then fix all configuration issues related to syntax of the new version:
> [https://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html]



--
This message was sent by Atlassian Jira
(v8.3.2#803003)