Skip to content

Commit

Permalink
Change visibility to internal to avoid generating a new :apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Dec 18, 2022
1 parent da5ccce commit d40ccfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@ import io.mockk.lint.MockkUnnecessaryUsageDetector.Companion.ISSUE_INTERFACE
import io.mockk.lint.MockkUnnecessaryUsageDetector.Companion.ISSUE_PRIMITIVE

@Suppress("unused")
class LintRegistry : IssueRegistry() {
internal class LintRegistry : IssueRegistry() {

override val vendor = Vendor(
identifier = "MockK",
Expand Down
Expand Up @@ -20,7 +20,7 @@ import org.jetbrains.uast.UCallExpression
import java.util.*


class MockkUnnecessaryUsageDetector : Detector(), SourceCodeScanner {
internal class MockkUnnecessaryUsageDetector : Detector(), SourceCodeScanner {

override fun getApplicableMethodNames() = listOf("mockk")

Expand Down

0 comments on commit d40ccfc

Please sign in to comment.