Skip to content

Add auto-correction to multiline_parameters rule - #6899

Open
GandaLF2006 wants to merge 1 commit into
realm:mainfrom
GandaLF2006:gandalf2006/multiline_parameters/correctable
Open

GandaLF2006 wants to merge 1 commit into
realm:mainfrom
GandaLF2006:gandalf2006/multiline_parameters/correctable

Conversation

@GandaLF2006

Copy link
Copy Markdown
Contributor

Summary

Adds auto-correction support to the multiline_parameters rule, expanding single-line
function and initializer declarations to one-parameter-per-line with brackets on separate
lines, and splitting multi-line declarations where parameters share a line.

@GandaLF2006
GandaLF2006 force-pushed the gandalf2006/multiline_parameters/correctable branch from ef977f3 to 4bd7588 Compare August 28, 2026 22:17
@SwiftLintBot

SwiftLintBot commented Aug 28, 2026

Copy link
Copy Markdown
896 Warnings
⚠️ Big PR
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:186:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:13:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:16:44: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:562:58: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:296:38: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:296:56: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:297:44: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:297:63: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:304:51: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:304:75: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:305:47: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:312:40: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:313:36: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:313:56: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:313:77: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:314:60: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/NavigationTests/Helpers/DistributedNavigationDelegateTestsHelpers.swift:538:57: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:128:33: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:128:71: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:129:34: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:129:73: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/UI/EmbeddedWebViewController.swift:28:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:49:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:49:76: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:85:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:85:77: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:115:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:115:77: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Foreground.swift:52:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Foreground.swift:63:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController+MultiSelect.swift:30:63: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController+MultiSelect.swift:30:78: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController+MultiSelect.swift:31:43: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherPageViewController.swift:529:61: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AIChat/OpenAIChatFromAddressBarHandling.swift:24:61: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AIChat/OpenAIChatFromAddressBarHandling.swift:24:86: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:7086:46: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:7095:77: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:7095:111: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:35: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:63: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:92: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:123: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:152: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:113:189: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarLayout.swift:31:31: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarLayout.swift:31:47: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarLayout.swift:31:70: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarLayout.swift:32:32: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:111:40: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:129:40: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/Widgets/Education/ControlCenterWidgetEducationView.swift:51:31: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/VPN/Tests/VPNTests/NetworkProtectionDeviceManagerTests.swift:253:59: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/UIComponents/Sources/UIComponents/iOS/CardItem.swift:128:33: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/UIComponents/Sources/UIComponents/iOS/CardItem.swift:128:53: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/UIComponents/Sources/UIComponents/iOS/CardItem.swift:128:74: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/UIComponents/Sources/UIComponents/iOS/CardItem.swift:129:47: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/SpecFixture.swift:37:34: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/SpecFixture.swift:38:47: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:56:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:56:70: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:56:85: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:57:56: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:85:48: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:85:70: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:86:68: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/DataBrokerProtectionCore/Sources/DataBrokerProtectionCore/CCF/WebViewHandler.swift:401:47: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:49:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:51:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:56:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:58:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:60:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:72:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:75:52: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/PrivacyConfig/FeatureFlagger/ExperimentCohortsManager.swift:91:73: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/PrivacyConfig/AppPrivacyConfiguration.swift:357:54: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/PrivacyConfig/AppPrivacyConfiguration.swift:357:88: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:58:30: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:58:50: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:58:70: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:59:36: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:59:57: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:59:79: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Storage/ThirdParty/SwiftData.swift:419:29: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift:132:53: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Controllers/CommentDialogViewController.swift:37:23: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Controllers/CommentDialogViewController.swift:37:40: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Datasource/CommentRepliesDataSource.swift:100:23: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:165:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:166:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:172:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:172:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Discovery/Controller/DiscoveryPageViewController.swift:490:36: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/SheetOverlay/SheetOverlayViewController.swift:113:39: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PaymentMethods/Datasource/PaymentMethodsDataSource.swift:26:31: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:349:26: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:362:41: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ThanksProjects/Controller/ThanksViewController.swift:272:21: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:111:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:112:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:118:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:118:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/FacebookConfirmation/Controller/FacebookConfirmationViewController.swift:216:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:244:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:245:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:251:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:251:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Controller/VideoViewController.swift:183:34: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:182:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:183:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:189:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:189:49: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:119:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:120:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:126:20: Warning: In multi-line functions, each parameter must start on its own line (multiline_parameters)
⚠️ Danger found 896 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 116.
511 Messages
📖 Building this branch resulted in a binary size of 28488.07 KiB vs 28467.96 KiB when built on main (0% larger).
📖 Linting Aerial with this PR took 0.67 s vs 0.67 s on main (0% slower).
📖 Linting Alamofire with this PR took 0.98 s vs 0.98 s on main (0% slower).
📖 Linting Brave with this PR took 5.54 s vs 5.51 s on main (0% slower).
📖 Linting Brigade with this PR took 18.18 s vs 18.17 s on main (0% slower).
📖 Linting DuckDuckGo with this PR took 31.14 s vs 31.02 s on main (0% slower).
📖 Linting Firefox with this PR took 11.76 s vs 11.74 s on main (0% slower).
📖 Linting Kickstarter with this PR took 7.42 s vs 7.41 s on main (0% slower).
📖 Linting Moya with this PR took 0.38 s vs 0.38 s on main (0% slower).
📖 Linting NetNewsWire with this PR took 2.57 s vs 2.56 s on main (0% slower).
📖 Linting Nimble with this PR took 0.57 s vs 0.56 s on main (1% slower).
📖 Linting PocketCasts with this PR took 7.46 s vs 7.44 s on main (0% slower).
📖 Linting Quick with this PR took 0.36 s vs 0.37 s on main (2% faster).
📖 Linting Realm with this PR took 2.99 s vs 2.98 s on main (0% slower).
📖 Linting Sourcery with this PR took 1.66 s vs 1.65 s on main (0% slower).
📖 Linting Swift with this PR took 4.58 s vs 4.56 s on main (0% slower).
📖 Linting SwiftLintPerformanceTests with this PR took 0.18 s vs 0.18 s on main (0% slower).
📖 Linting VLC with this PR took 1.44 s vs 1.43 s on main (0% slower).
📖 Linting Wire with this PR took 16.56 s vs 16.49 s on main (0% slower).
📖 Linting WordPress with this PR took 10.69 s vs 10.65 s on main (0% slower).
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:185:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:12:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:15:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:561:28: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:296:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:304:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /macOS/UnitTests/AppDelegate/AutoClearHandlerTests.swift:312:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/UI/EmbeddedWebViewController.swift:28:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:49:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:85:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Connected.swift:115:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Foreground.swift:52:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AppLifecycle/AppStates/Foreground.swift:63:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController+MultiSelect.swift:30:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherPageViewController.swift:529:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/AIChat/OpenAIChatFromAddressBarHandling.swift:24:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:7084:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:7094:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:112:16: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarLayout.swift:31:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:111:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:129:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /iOS/DuckDuckGo/Widgets/Education/ControlCenterWidgetEducationView.swift:51:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/NavigationTests/Helpers/DistributedNavigationDelegateTestsHelpers.swift:538:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:128:9: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:49:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:51:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:56:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:58:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:60:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:72:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:75:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/PrivacyConfig/FeatureFlagger/ExperimentCohortsManager.swift:91:12: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/PrivacyConfig/AppPrivacyConfiguration.swift:357:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/ContentBlocking/DetectedRequest.swift:58:12: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Tests/VPNTests/NetworkProtectionDeviceManagerTests.swift:252:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/UIComponents/Sources/UIComponents/iOS/CardItem.swift:128:12: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/SpecFixture.swift:37:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:56:13: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/EventHub/Sources/EventHubTests/TestSupport/EventHubFixture.swift:85:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/DataBrokerProtectionCore/Sources/DataBrokerProtectionCore/CCF/WebViewHandler.swift:401:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Firefox: /firefox-ios/Storage/ThirdParty/SwiftData.swift:419:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift:132:16: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Controllers/CommentDialogViewController.swift:36:24: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Datasource/CommentRepliesDataSource.swift:99:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:164:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:171:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/Discovery/Controller/DiscoveryPageViewController.swift:489:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/SheetOverlay/SheetOverlayViewController.swift:112:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:348:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:361:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PaymentMethods/Datasource/PaymentMethodsDataSource.swift:25:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ThanksProjects/Controller/ThanksViewController.swift:271:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:110:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:117:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:243:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:250:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/FacebookConfirmation/Controller/FacebookConfirmationViewController.swift:215:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Controller/VideoViewController.swift:182:24: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:181:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:188:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:118:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-Framework/Sources/Kickstarter-Framework/Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:125:8: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Library/Sources/Library/Library/ViewModels/ActivityProjectStatusViewModel.swift:111:14: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /Library/Sources/Library/Library/ViewModels/CommentDialogViewModel.swift:86:15: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /KsApi/Sources/KsApiTestHelpers/CombineTestObserver.swift:150:15: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Kickstarter: /KsApi/Sources/KsApiTestHelpers/CombineTestObserver.swift:157:15: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in NetNewsWire: /Modules/HTMLMetadata/Sources/HTMLMetadata/HTMLMetadataRecord.swift:20:2: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in NetNewsWire: /Modules/Articles/Tests/ArticlesTests/AuthorCacheTests.swift:72:14: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /Pocket Casts TV App/UI/Discover/DiscoverVideoEpisodeModel.swift:33:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /podcasts/Bookmarks/BookmarkManager+TitleSuggestion.swift:91:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /podcasts/Bookmarks/Episode/BookmarkEpisodeListController.swift:10:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /podcasts/Whats New/WhatsNew.swift:23:9: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /podcasts/New Search/Model/SearchResultsModel.swift:35:5: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in PocketCasts: /podcasts/Onboarding/Plus/NewUpgrade/UpgradeAccountViewModel.swift:193:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Aliases.swift:90:19: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:256:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:300:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:341:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:384:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:204:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:225:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:367:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:502:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:637:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SectionedResults.swift:773:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:126:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:138:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:189:15: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/RealmCollection.swift:1649:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/RealmCollection.swift:1747:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/RealmCollection.swift:2088:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1570:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1611:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1653:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1696:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1743:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1790:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1845:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1890:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1936:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1983:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:2034:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:2085:17: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ObjectCreationTests.swift:1337:18: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ObjectCreationTests.swift:1367:18: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ObjectSchemaInitializationTests.swift:277:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ObjectSchemaInitializationTests.swift:408:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:162:19: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:168:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:191:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:212:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:240:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/KVOTests.swift:258:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:698:10: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
⚠️ Danger found 511 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 135.

Generated by 🚫 Danger

@GandaLF2006
GandaLF2006 force-pushed the gandalf2006/multiline_parameters/correctable branch 7 times, most recently from f98457b to 0d6159e Compare August 30, 2026 16:19
@GandaLF2006

Copy link
Copy Markdown
Contributor Author

@SimplyDanny One more PR with adding correction :)

@GandaLF2006
GandaLF2006 force-pushed the gandalf2006/multiline_parameters/correctable branch 2 times, most recently from 01e9acd to be503f9 Compare September 3, 2026 20:07
@GandaLF2006
GandaLF2006 force-pushed the gandalf2006/multiline_parameters/correctable branch from be503f9 to 3065411 Compare September 20, 2026 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants