[
https://issues.apache.org/jira/browse/FLINK-6431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021189#comment-16021189
]
ASF GitHub Bot commented on FLINK-6431:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3968#discussion_r117988627
--- 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>
+
<suppressionsLocation>../tools/maven/suppressions.xml</suppressionsLocation>
+
<logViolationsToConsole>true</logViolationsToConsole>
--- End diff --
includeTestSourceDirectory?
> 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)