diff --git a/ios/MullvadLogging/CustomFormatLogHandler.swift b/ios/MullvadLogging/CustomFormatLogHandler.swift index fefb8260cec0..92dcb26b7220 100644 --- a/ios/MullvadLogging/CustomFormatLogHandler.swift +++ b/ios/MullvadLogging/CustomFormatLogHandler.swift @@ -38,6 +38,7 @@ public struct CustomFormatLogHandler: LogHandler { } } + // swiftlint:disable:next function_parameter_count public func log( level: Logger.Level, message: Logger.Message, diff --git a/ios/MullvadLogging/OSLogHandler.swift b/ios/MullvadLogging/OSLogHandler.swift index 82791519d209..308e35124949 100644 --- a/ios/MullvadLogging/OSLogHandler.swift +++ b/ios/MullvadLogging/OSLogHandler.swift @@ -53,6 +53,7 @@ public struct OSLogHandler: LogHandler { } } + // swiftlint:disable:next function_parameter_count public func log( level: Logging.Logger.Level, message: Logging.Logger.Message,