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

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

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3968#discussion_r118016840
  
    --- Diff: flink-metrics/pom.xml ---
    @@ -60,4 +60,42 @@ under the License.
                </dependency>
        </dependencies>
     
    +   <build>
    +           <plugins>
    +                   <plugin>
    +                           <groupId>org.apache.maven.plugins</groupId>
    +                           <artifactId>maven-checkstyle-plugin</artifactId>
    +                           <version>2.17</version>
    +                           <dependencies>
    +                                   <dependency>
    +                                           
<groupId>com.puppycrawl.tools</groupId>
    +                                           
<artifactId>checkstyle</artifactId>
    +                                           <version>6.19</version>
    +                                   </dependency>
    +                           </dependencies>
    +                           <configuration>
    +                                   
<configLocation>../tools/maven/strict-checkstyle.xml</configLocation>
    --- End diff --
    
    huh, I'm surprised that the configuration in streaming-java actually works.


> Activate strict checkstyle for flink-metrics
> --------------------------------------------
>
>                 Key: FLINK-6431
>                 URL: https://issues.apache.org/jira/browse/FLINK-6431
>             Project: Flink
>          Issue Type: Improvement
>          Components: Metrics
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to