[ https://issues.apache.org/jira/browse/FLINK-4370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415624#comment-15415624 ]
ASF GitHub Bot commented on FLINK-4370: --------------------------------------- GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/2352 [FLINK-4370] Add an IntelliJ Inspections Profile This adds an IntelliJ inspections profile for Flink in the `.idea` folder. When the code is imported into IntelliJ, it should automatically pick up and use that inspection profile. The profile adds some extra warnings and errors that I found useful in the past. We should gradually activate more inspections (or deactivate some) as we feel it helps the development. You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink inspections Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2352.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 #2352 ---- commit e25e9ef6ac91dc5936d92212c74f96137646a0d1 Author: Stephan Ewen <se...@apache.org> Date: 2016-08-10T17:21:28Z [FLINK-4370] Add an IntelliJ Inspections Profile ---- > Offer a default IntelliJ inspection profile with Flink > ------------------------------------------------------ > > Key: FLINK-4370 > URL: https://issues.apache.org/jira/browse/FLINK-4370 > Project: Flink > Issue Type: Improvement > Reporter: Stephan Ewen > Assignee: Stephan Ewen > > We can commit an inspection profile under {{.idea/inspectionProfiles}} which > should be automatically picked up when the code is checked out and imported > into IntelliJ -- This message was sent by Atlassian JIRA (v6.3.4#6332)