From 0a0fd63f4ed0783901bff80fbc103e99a6326aa7 Mon Sep 17 00:00:00 2001 From: Roman Leventov Date: Fri, 19 Apr 2019 15:20:08 +0200 Subject: [PATCH] Introduce Non-TeamCity Warning inspection severity in IntelliJ's profile (#7499) In the IDE interface, "Non-TeamCity Warning" looks exactly like an ordinary warning, but TeamCity should be unaware of it. This may help to workaround these issues: https://youtrack.jetbrains.com/issue/IDEA-209789 and https://youtrack.jetbrains.com/issue/IDEA-209791, that block the upgrade of IntelliJ engine used in the TeamCity build. It seems like there may be a bug that leads to false positive error and the build fail in this PR: https://github.com/apache/incubator-druid/pull/6702. Removed the comment regarding "StaticPseudoFunctionalStyleMethod" inspection because the IntelliJ keeps removing it, see this issue: https://youtrack.jetbrains.com/issue/IDEA-211087 --- .idea/inspectionProfiles/Druid.xml | 6 ++---- .../inspectionProfiles/profiles_settings.xml | 20 +++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.idea/inspectionProfiles/Druid.xml b/.idea/inspectionProfiles/Druid.xml index 9bc1a7594864..0a9adb12ec01 100644 --- a/.idea/inspectionProfiles/Druid.xml +++ b/.idea/inspectionProfiles/Druid.xml @@ -306,8 +306,6 @@ - @@ -332,7 +330,7 @@ - + @@ -363,7 +361,7 @@ - +