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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---