~jan0sch/smederee

Showing details for patch 267727e5ea49ae5cca8a554bc79a30a037cf1a6a.
2023-01-09 (Mon), 3:53 PM - Jens Grassel - 267727e5ea49ae5cca8a554bc79a30a037cf1a6a

Disable scalafix no var rule for Testrepository.

Summary of changes
1 files modified with 1 lines added and 0 lines removed
  • modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala with 1 added and 0 removed lines
diff -rN -u old-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala new-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala
--- old-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala	2025-02-01 06:56:06.760716821 +0000
+++ new-smederee/modules/hub/src/test/scala/de/smederee/hub/TestAuthenticationRepository.scala	2025-02-01 06:56:06.760716821 +0000
@@ -32,6 +32,7 @@
   * @tparam F
   *   A higher kinded type which wraps the actual return values.
   */
+@SuppressWarnings(Array("DisableSyntax.var"))
 class TestAuthenticationRepository[F[_]: Sync](accounts: List[Account], sessions: List[Session])
     extends AuthenticationRepository[F] {
   val DefaultPassword = "My voice is my passport. Verify me."