diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-05-18 10:54:14 +0200 |
---|---|---|
committer | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2022-05-18 10:54:14 +0200 |
commit | 6c930d08b3acdbc8430012aca2c77f07d083525a (patch) | |
tree | 5d1d205f3f1217f876c25bde54660fcd77670a07 /core/content-matcher-test-utils | |
parent | c3bb7e77a0de1e677d40e9d7674a9325eaf7a34d (diff) | |
download | dokka-6c930d08b3acdbc8430012aca2c77f07d083525a.tar.gz dokka-6c930d08b3acdbc8430012aca2c77f07d083525a.tar.bz2 dokka-6c930d08b3acdbc8430012aca2c77f07d083525a.zip |
Fix new Qodana inspections after the update
Diffstat (limited to 'core/content-matcher-test-utils')
-rw-r--r-- | core/content-matcher-test-utils/src/main/kotlin/matchers/content/contentMatchers.kt | 4 |
1 files changed, 3 insertions, 1 deletions
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. |