You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(detekt): exclude InjectDispatcher for test folders and update baselines
- Added `InjectDispatcher` rule to detekt exclusions for test folders in `detekt.yml`.
- Removed resolved `InjectDispatcher` issues from baseline files.
Copy file name to clipboardExpand all lines: integration-test/src/jvmTest/kotlin/io/modelcontextprotocol/kotlin/sdk/integration/AbstractAuthenticationTest.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ import io.ktor.server.sse.SSE as ServerSSE
42
42
/**
43
43
* Base class for MCP authentication integration tests.
0 commit comments