You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/23 09:58:00 UTC

[jira] [Commented] (FLINK-7868) Only run checkstyleonce for compilation

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

ASF GitHub Bot commented on FLINK-7868:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/4886

    [FLINK-7868][travis] Only run checkstyle during compilation

    ## What is the purpose of the change
    
    This PR modifies the travis mvn script to skip checkstyle only once for the compilation, and nto again during the test execution phase.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 7868

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4886.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4886
    
----
commit c7d88d10337fa664ccfe9283d902fe37914cdf9d
Author: zentol <ch...@apache.org>
Date:   2017-10-23T09:49:09Z

    [FLINK-7868][travis] Only run checkstyle during compilation

----


> Only run checkstyleonce for compilation
> ---------------------------------------
>
>                 Key: FLINK-7868
>                 URL: https://issues.apache.org/jira/browse/FLINK-7868
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Critical
>             Fix For: 1.4.0
>
>
> We currently run checkstyle twice in the Misc profile, once during compilation and again during tests which wastes build time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)