SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Add new opt-in `non_final_class` rule

Open JaviSoto opened this issue 10 months ago • 1 comments

JaviSoto avatar Mar 17 '25 21:03 JaviSoto

7497 Warnings
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/WelcomeViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/RecapViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/FirstSetupWindowController.swift:15:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/NextViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/VideoFormatViewController.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/CacheSetupViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/TimeSetupViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Infos panels/HelpViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/PanelWindowController.swift:11:7: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Infos panels/InfoViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Infos panels/CreditsViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/CompanionCacheViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/Collection View/PlayingCollectionViewItem.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/DisplaysViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/SidebarViewController.swift:15:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/NowPlayingViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/FiltersViewController.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/BrightnessViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/App/AppDelegate.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/SourcesViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/CacheViewController.swift:19:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/AdvancedViewController.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/OverlaysViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/TimeViewController.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:22:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Locations.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:18:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/CustomVideoFolders.swift:9:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/CustomVideoFolders.swift:58:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/CustomVideoFolders.swift:117:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/SeededGenerator.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Aerial.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/Sidebar.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:25:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoBatteryView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoLocationView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:22:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoHeaderView.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoMusicView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTableSource.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoContainerView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoMessageView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoViewItem.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTimerView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoDateView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoSettingsView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoCommonView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoSettingsTableSource.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Music/ArtworkLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoCountdownView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoClockView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Music/MusicLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoWeatherView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/ClockLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/DisplayView.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/DisplayView.swift:43:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/DownloadIndicatorLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/LocationLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/LayerManager.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/YahooLogoLayer.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/DateLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WindDirectionLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/AnimationTextLayer.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/BatteryIconLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/CountdownLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/TimerLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/ShadowTextFieldCell.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/LayerOffsets.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/NowPlayingCollectionView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/SidebarOutlineView.swift:15:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/AnimationLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/VideoCellView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/SourceOutlineView.swift:15:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/MessageLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/ConditionLayer.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/ConditionLayer.swift:30:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/DescriptionCellView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/ConditionSymbolLayer.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/CheckboxCellView.swift:17:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/ActionCellView.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/ForecastLayer.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Example/Source/AppDelegate.swift:28:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Example/Source/MasterViewController.swift:28:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Example/Source/DetailViewController.swift:28:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:28:8: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Source/Features/MultipartFormData.swift:78:5: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Source/Core/Request.swift:29:8: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/BaseTestCase.swift:29:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/URLProtocolTests.swift:29:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/URLProtocolTests.swift:112:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/CombineTests.swift:1460:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ParameterEncodingTests.swift:29:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/HTTPHeadersTests.swift:28:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/RetryPolicyTests.swift:29:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ParameterEncoderTests.swift:1146:9: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:143:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:167:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:226:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:352:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:515:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:677:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:1044:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:1306:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/ServerTrustEvaluatorTests.swift:1336:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /watchOS Example/watchOS Example WatchKit Extension/ExtensionDelegate.swift:27:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /watchOS Example/watchOS Example WatchKit Extension/HostingController.swift:29:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/MultipartFormDataTests.swift:59:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/MultipartFormDataTests.swift:90:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Alamofire: /Tests/MultipartFormDataTests.swift:820:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/BraveWidgets/WidgetStrings.swift:9:9: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/ShareExtension/ShareToBraveViewController.swift:27:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/ActionExtension/ActionToBraveViewController.swift:10:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/WebShell/ContentView.swift:16:9: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/WebShell/ContentView.swift:27:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/AutoFillProvider/CredentialProviderViewController.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/BraveWireGuard/PacketTunnelProvider.swift:9:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/iOS/Delegates/CPTemplateApplicationSceneDelegate.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/BrowserIntents/IntentHandler.swift:10:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/iOS/Delegates/AppState.swift:29:8: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/WalletUserAssetGroupTests.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/DataSavedTests.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/App/iOS/Delegates/AppDelegate.swift:39:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/DataControllerTests.swift:11:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/WalletUserAssetBalanceTests.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/FeedSourceOverrideTests.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/FavoriteTests.swift:12:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/DomainTests.swift:14:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/DataTests/WalletUserAssetTests.swift:13:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: This PR introduced a violation in Brave: /ios/brave-ios/Tests/BraveNewsTests/OPMLParsingTests.swift:10:1: Warning: Classes should be marked as final unless they are explicitly open (non_final_class)
:warning: Danger found 7497 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 133.
18 Messages
:book: Building this branch resulted in a binary size of 29613.98 KiB vs 29603.41 KiB when built on main (0% larger).
:book: Linting Aerial with this PR took 1.76 s vs 1.04 s on main (69% slower).
:book: Linting Alamofire with this PR took 1.4 s vs 1.39 s on main (0% slower).
:book: Linting Brave with this PR took 9.71 s vs 9.68 s on main (0% slower).
:book: Linting DuckDuckGo with this PR took 6.45 s vs 6.45 s on main (0% slower).
:book: Linting Firefox with this PR took 12.97 s vs 12.95 s on main (0% slower).
:book: Linting Kickstarter with this PR took 11.18 s vs 11.1 s on main (0% slower).
:book: Linting Moya with this PR took 0.58 s vs 0.56 s on main (3% slower).
:book: Linting NetNewsWire with this PR took 3.21 s vs 3.2 s on main (0% slower).
:book: Linting Nimble with this PR took 0.84 s vs 0.83 s on main (1% slower).
:book: Linting PocketCasts with this PR took 9.52 s vs 9.4 s on main (1% slower).
:book: Linting Quick with this PR took 0.47 s vs 0.47 s on main (0% slower).
:book: Linting Realm with this PR took 5.07 s vs 5.06 s on main (0% slower).
:book: Linting Sourcery with this PR took 2.55 s vs 2.54 s on main (0% slower).
:book: Linting Swift with this PR took 5.46 s vs 5.46 s on main (0% slower).
:book: Linting VLC with this PR took 1.45 s vs 1.45 s on main (0% slower).
:book: Linting Wire with this PR took 20.63 s vs 20.57 s on main (0% slower).
:book: Linting WordPress with this PR took 12.55 s vs 12.47 s on main (0% slower).

Generated by :no_entry_sign: Danger

SwiftLintBot avatar Mar 17 '25 21:03 SwiftLintBot