You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/07/24 12:01:00 UTC

[jira] [Created] (FLINK-7254) java8 module pom disables checkstyle

Chesnay Schepler created FLINK-7254:
---------------------------------------

             Summary: java8 module pom disables checkstyle
                 Key: FLINK-7254
                 URL: https://issues.apache.org/jira/browse/FLINK-7254
             Project: Flink
          Issue Type: Bug
          Components: Checkstyle
    Affects Versions: 1.4.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.4.0


The java8 pom file contains this:
{code}
	<properties>
		<checkstyle.skip>true</checkstyle.skip>
	</properties>
{code}

Thus the checkstyle is not actually enforced.



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