[JEWEL-1198] Suppress Hardcoded strings zero tolerance inspection in Jewel and Compose samples

GitOrigin-RevId: 42f96d1b457a48a43b18ec6585d14ea9ff43f76a
This commit is contained in:
Nebojsa.Vuksic
2025-12-15 20:54:14 +00:00
committed by intellij-monorepo-bot
parent 270eaabd6a
commit 439a15cb16
+4
View File
@@ -22,3 +22,7 @@ inspections:
ignore:
- "plugins/devkit/devkit-core/resources/intellij.devkit.core.xml"
- "plugins/git4idea/resources/intellij.vcs.git.xml"
- inspection: HardCodedStringLiteral
ignore:
- "plugins/devkit/intellij.devkit.compose/src/demo/ComponentShowcaseTab.kt"
- "platform/jewel/samples/**"