From 6c930d08b3acdbc8430012aca2c77f07d083525a Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Wed, 18 May 2022 10:54:14 +0200 Subject: Fix new Qodana inspections after the update --- .../src/main/kotlin/matchers/content/contentMatchers.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/content-matcher-test-utils') diff --git a/core/content-matcher-test-utils/src/main/kotlin/matchers/content/contentMatchers.kt b/core/content-matcher-test-utils/src/main/kotlin/matchers/content/contentMatchers.kt index e2b69226..e8b04aa2 100644 --- a/core/content-matcher-test-utils/src/main/kotlin/matchers/content/contentMatchers.kt +++ b/core/content-matcher-test-utils/src/main/kotlin/matchers/content/contentMatchers.kt @@ -1,3 +1,5 @@ +@file:Suppress("PackageDirectoryMismatch") + package org.jetbrains.dokka.test.tools.matchers.content import org.jetbrains.dokka.model.asPrintableTree @@ -178,4 +180,4 @@ data class MatcherError( ) : AssertionError(message, cause) // Creating this whole mechanism was most scala-like experience I had since I stopped using scala. -// I don't know how I should feel about it. \ No newline at end of file +// I don't know how I should feel about it. -- cgit