Fix out-of-time notifications #5228
Annotations
7 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run swiftlint
swiftlint 0.57.0 is already installed and up-to-date.
To reinstall 0.57.0, run:
brew reinstall swiftlint
|
Run swiftlint:
MullvadSettings/SettingsManager.swift#L50
Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Run swiftlint:
Shared/LaunchArguments.swift#L49
Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Run swiftlint:
PacketTunnelCore/Actor/PacketTunnelActor.swift#L283
Function body should span 50 lines or less excluding comments and whitespace: currently spans 53 lines (function_body_length)
|
Run swiftlint:
MullvadVPN/Classes/ConsolidatedApplicationLog.swift#L131
Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Run swiftlint:
MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift#L213
Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
|
Loading