diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-09-04 16:44:33 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-09-04 16:44:33 +0200 |
| commit | 795e77f11b9253ce8f9182ab9384df94fd35cf08 (patch) | |
| tree | 514d0bffd0ca0f606149caf8a40dcc8c10c84c35 | |
| parent | 6c1058043051556644fc53663ea28bef0243ad11 (diff) | |
| parent | 43b4128be5d6a5261f1c9c17c0cbe04942a4b820 (diff) | |
| download | mullvadvpn-795e77f11b9253ce8f9182ab9384df94fd35cf08.tar.xz mullvadvpn-795e77f11b9253ce8f9182ab9384df94fd35cf08.zip | |
Merge branch 'fix-swiftlint-warning-function_parameter_count-ios-259'
| -rw-r--r-- | ios/MullvadLogging/CustomFormatLogHandler.swift | 1 | ||||
| -rw-r--r-- | ios/MullvadLogging/OSLogHandler.swift | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ios/MullvadLogging/CustomFormatLogHandler.swift b/ios/MullvadLogging/CustomFormatLogHandler.swift index fefb8260ce..92dcb26b72 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 82791519d2..308e351249 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, |
