mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
IDEA-225301 Configure inspections via intellij configuration file
GitOrigin-RevId: 42d69e26985a7e01f9efecf3081c1e0eaf86ad4f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
962569e4bc
commit
2c31a6a3e4
@@ -28,7 +28,7 @@ class ComponentStateTest {
|
||||
|
||||
@Suppress("SameParameterValue")
|
||||
private fun doReadComponentConfiguration(namePath: String, @Language("YAML") data: String): TestState? {
|
||||
return readComponentConfiguration(findValueNodeByPath(namePath, doRead(data.trimIndent().reader())!!)!!, TestState::class.java)
|
||||
return readComponentConfiguration(findValueNodeByPath(namePath, doRead(data.trimIndent().reader())!!.value)!!, TestState::class.java)
|
||||
}
|
||||
|
||||
private class TestState : BaseState() {
|
||||
|
||||
Reference in New Issue
Block a user