Skip to content

Commit

Permalink
Merge branch 'fix-swiftlint-warning-function_parameter_count-ios-259'
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Sep 4, 2023
2 parents 6c10580 + 43b4128 commit 795e77f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ios/MullvadLogging/CustomFormatLogHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public struct CustomFormatLogHandler: LogHandler {
}
}

// swiftlint:disable:next function_parameter_count
public func log(
level: Logger.Level,
message: Logger.Message,
Expand Down
1 change: 1 addition & 0 deletions ios/MullvadLogging/OSLogHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 795e77f

Please sign in to comment.