IJPL-233553 IJ-MR-186058 reduce suppressions

GitOrigin-RevId: fdcde8221dfeefdc37f23218cec4234ed694215e
This commit is contained in:
Vladimir Krivosheev
2026-02-15 08:35:06 +01:00
committed by intellij-monorepo-bot
parent b83eceb703
commit eecd10c274
3 changed files with 18 additions and 3 deletions

View File

@@ -1,8 +1,17 @@
<idea-plugin visibility="public">
<dependencies>
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<module name="intellij.grid"/>
<module name="intellij.grid.types"/>
<module name="intellij.grid.csv.core.impl"/>
<module name="intellij.grid.types"/>
<module name="intellij.libraries.fastutil"/>
<module name="intellij.platform.analysis"/>
<module name="intellij.platform.core"/>
<module name="intellij.platform.core.impl"/>
<module name="intellij.platform.core.ui"/>
<module name="intellij.platform.ide.core"/>
<module name="intellij.platform.projectModel"/>
<!-- endregion -->
</dependencies>
<extensionPoints>

View File

@@ -1,6 +1,12 @@
<idea-plugin visibility="public">
<dependencies>
<module name="intellij.grid.types"/>
<!-- region Generated dependencies - run `Generate Product Layouts` to regenerate -->
<module name="intellij.grid.types"/>
<module name="intellij.libraries.automaton"/>
<module name="intellij.platform.core"/>
<module name="intellij.platform.core.impl"/>
<module name="intellij.platform.projectModel"/>
<!-- endregion -->
</dependencies>
<extensions defaultExtensionNs="com.intellij">

View File

@@ -1,2 +1,2 @@
<idea-plugin>
<idea-plugin visibility="internal">
</idea-plugin>