Skip to content

Conversation

GandaLF2006
Copy link
Contributor

Summary

This PR extends the multiline_parameters rule also to validate function call arguments, mirroring the behavior already applied to function and initializer declarations: arguments must be either all on one line (subject to max_number_of_single_line_parameters) or one per line.

@GandaLF2006 GandaLF2006 force-pushed the gandalf2006/check_calls_multiline_parameters branch from b6407d6 to ea7f21b Compare September 2, 2025 15:35
@SwiftLintBot
Copy link

SwiftLintBot commented Sep 2, 2025

508 Warnings
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:185:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:12:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:15:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:561:28: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/VPN/Tests/VPNTests/NetworkProtectionDeviceManagerTests.swift:231:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/DataBrokerProtectionCore/Sources/DataBrokerProtectionCore/CCF/WebViewHandler.swift:308:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/PrivacyConfig/AppPrivacyConfiguration.swift:347:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:48:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:50:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:55:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:57:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:59:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:71:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:74:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/FeatureFlagger/ExperimentCohortsManager.swift:91:12: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController+MultiSelect.swift:30:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/MainViewController.swift:2981:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/AIChat/OpenAIChatFromAddressBarHandling.swift:24:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:104:16: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:79:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabViewControllerLongPressMenuExtension.swift:97:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabsBarViewController.swift:294:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/DuckDuckGo/TabSwitcherViewController.swift:515:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /iOS/SharedTestUtils/Mocks/MockOmnibarDependency.swift:35:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/NavigationTests/Helpers/DistributedNavigationDelegateTestsHelpers.swift:520:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/BrowserServicesKitTests/ContentBlocker/ContentBlockerRulesManagerMultipleRulesTests.swift:127:9: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in DuckDuckGo: /macOS/DuckDuckGo/Fire/View/FireViewController.swift:65:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Storage/Rust/RustPlaces.swift:389:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Storage/Rust/RustPlaces.swift:401:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/RustFxA/FxAWebViewController.swift:265:19: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Storage/ThirdParty/SwiftData.swift:425:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Client/Frontend/Microsurvey/Survey/View/MicrosurveyViewController.swift:128:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Client/Frontend/Browser/Tabs/Views/RemoteTabsTableViewController.swift:274:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/Client/Frontend/Browser/Search/SearchViewModel.swift:145:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /BrowserKit/Sources/WebEngine/WKWebview/WKEngineWebView.swift:109:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/firefox-ios-tests/Tests/ClientTests/TestHistory.swift:392:18: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /firefox-ios/firefox-ios-tests/Tests/XCUITests/C_AddressesTests.swift:628:18: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Firefox: /focus-ios/Blockzilla/BrowserViewController.swift:324:18: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/Comments/Controllers/CommentDialogViewController.swift:36:24: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/Comments/Datasource/CommentRepliesDataSource.swift:99:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:164:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/Comments/Views/Cells/CommentRemovedCell.swift:171:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/Discovery/Controller/DiscoveryPageViewController.swift:464:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:345:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:358:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/SheetOverlay/SheetOverlayViewController.swift:112:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/PaymentMethods/Datasource/PaymentMethodsDataSource.swift:25:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/ThanksProjects/Controller/ThanksViewController.swift:261:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:110:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/PledgeView/Controllers/PledgeSummaryViewController.swift:117:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:245:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:252:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/FacebookConfirmation/Controller/FacebookConfirmationViewController.swift:215:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/ProjectPage/Controller/VideoViewController.swift:182:24: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:181:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Features/ProjectPage/Views/Cells/ProjectTabDisclaimerCell.swift:188:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:118:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Kickstarter-iOS/SharedViews/PledgeDisclaimerView.swift:125:8: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /bin/StringsScript/Sources/StringsScriptCore/StringsScriptCore.swift:132:16: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Library/ViewModels/ActivityProjectStatusViewModel.swift:111:14: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /Library/ViewModels/CommentDialogViewModel.swift:86:15: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /KsApi/combine/CombineTestObserver.swift:150:15: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Kickstarter: /KsApi/combine/CombineTestObserver.swift:157:15: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in NetNewsWire: /Modules/RSParser/Sources/Swift/Feeds/ParsedItem.swift:31:9: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in PocketCasts: /podcasts/Bookmarks/Episode/BookmarkEpisodeListController.swift:12:5: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in PocketCasts: /podcasts/Whats New/WhatsNew.swift:18:9: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in PocketCasts: /podcasts/Onboarding/Plus/NewUpgrade/UpgradeAccountViewModel.swift:199:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Aliases.swift:90:19: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:126:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:138:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Impl/RealmCollectionImpl.swift:189:15: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/EmbeddedObject.swift:256:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/EmbeddedObject.swift:300:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/EmbeddedObject.swift:341:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/EmbeddedObject.swift:384:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:204:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:225:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:367:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:502:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:637:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SectionedResults.swift:773:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/RealmCollection.swift:1649:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/RealmCollection.swift:1747:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/RealmCollection.swift:2088:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Sync.swift:715:14: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Sync.swift:1023:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:1968:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2009:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2051:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2094:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2141:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2188:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2243:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2288:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2334:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2381:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2432:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:2483:17: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectCreationTests.swift:1326:18: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectCreationTests.swift:1356:18: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:698:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:730:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:756:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:782:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:1045:19: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:1051:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:1062:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:1072:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:1095:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:162:19: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:168:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:191:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:212:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:240:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/KVOTests.swift:258:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectSchemaInitializationTests.swift:277:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectSchemaInitializationTests.swift:408:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectTests.swift:500:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ObjectTests.swift:602:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/CombineTests.swift:2333:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ModernKVOTests.swift:39:19: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ModernKVOTests.swift:45:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Tests/ModernKVOTests.swift:68:10: Warning: Functions, initializers, and function call arguments should be either on the same line, or one per line (multiline_parameters)
⚠️ Danger found 508 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 123.
526 Messages
📖 Building this branch resulted in a binary size of 26888.48 KiB vs 26872.05 KiB when built on main (0% larger).
📖 Linting Aerial with this PR took 0.82 s vs 0.83 s on main (1% faster).
📖 Linting Alamofire with this PR took 1.02 s vs 1.02 s on main (0% slower).
📖 Linting Brave with this PR took 6.96 s vs 7.0 s on main (0% faster).
📖 Linting DuckDuckGo with this PR took 20.5 s vs 20.55 s on main (0% faster).
📖 Linting Firefox with this PR took 10.53 s vs 10.53 s on main (0% slower).
📖 Linting Kickstarter with this PR took 7.77 s vs 7.79 s on main (0% faster).
📖 Linting Moya with this PR took 0.45 s vs 0.45 s on main (0% slower).
📖 Linting NetNewsWire with this PR took 2.4 s vs 2.4 s on main (0% slower).
📖 Linting Nimble with this PR took 0.64 s vs 0.64 s on main (0% slower).
📖 Linting PocketCasts with this PR took 7.22 s vs 7.2 s on main (0% slower).
📖 Linting Quick with this PR took 0.42 s vs 0.42 s on main (0% slower).
📖 Linting Realm with this PR took 3.49 s vs 3.48 s on main (0% slower).
📖 Linting Sourcery with this PR took 1.86 s vs 1.87 s on main (0% faster).
📖 Linting Swift with this PR took 4.32 s vs 4.3 s on main (0% slower).
📖 Linting VLC with this PR took 1.14 s vs 1.14 s on main (0% slower).
📖 Linting Wire with this PR took 17.13 s vs 17.16 s on main (0% faster).
📖 Linting WordPress with this PR took 10.02 s vs 10.02 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: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/PrivacyConfig/AppPrivacyConfiguration.swift:347: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/BrowserServicesKit/Autofill/AutofillUserScript+SecureVault.swift:48: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:50: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:55: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:57: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:59: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:71: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:74: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/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: /macOS/DuckDuckGo/Fire/View/FireViewController.swift:65: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/MainViewController.swift:2981: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/DuckPlayer/NativeUI/Views/DuckPlayerContainer.swift:104: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/TabViewControllerLongPressMenuExtension.swift:79: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:97: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/TabsBarViewController.swift:294: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/TabSwitcherViewController.swift:515: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/SharedTestUtils/Mocks/MockOmnibarDependency.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 DuckDuckGo: /SharedPackages/BrowserServicesKit/Tests/NavigationTests/Helpers/DistributedNavigationDelegateTestsHelpers.swift:520: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:127: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/VPN/Tests/VPNTests/NetworkProtectionDeviceManagerTests.swift:231: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/DataBrokerProtectionCore/Sources/DataBrokerProtectionCore/CCF/WebViewHandler.swift:308: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 Firefox: /focus-ios/Blockzilla/BrowserViewController.swift:324: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 Firefox: /firefox-ios/Storage/Rust/RustPlaces.swift:389: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/Rust/RustPlaces.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:425: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 Firefox: /firefox-ios/RustFxA/FxAWebViewController.swift:265: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 Firefox: /firefox-ios/Client/Frontend/Microsurvey/Survey/View/MicrosurveyViewController.swift:128: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 Firefox: /firefox-ios/Client/Frontend/Browser/Tabs/Views/RemoteTabsTableViewController.swift:274: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 Firefox: /firefox-ios/Client/Frontend/Browser/Search/SearchViewModel.swift:145: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 Firefox: /BrowserKit/Sources/WebEngine/WKWebview/WKEngineWebView.swift:109: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 Firefox: /firefox-ios/firefox-ios-tests/Tests/ClientTests/TestHistory.swift:392: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 Firefox: /firefox-ios/firefox-ios-tests/Tests/XCUITests/C_AddressesTests.swift:628: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 Kickstarter: /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-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-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-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-iOS/Features/Discovery/Controller/DiscoveryPageViewController.swift:464: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-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-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:345: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-iOS/Features/RewardsCollection/Controller/RewardsCollectionViewController.swift:358: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-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-iOS/Features/ThanksProjects/Controller/ThanksViewController.swift:261: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-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-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-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-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:245: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-iOS/Features/PledgeView/Views/PledgeViewCTAContainerView.swift:252: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-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-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-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-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-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: /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: /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/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/combine/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/combine/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/RSParser/Sources/Swift/Feeds/ParsedItem.swift:31: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/Bookmarks/Episode/BookmarkEpisodeListController.swift:12: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:18: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/Onboarding/Plus/NewUpgrade/UpgradeAccountViewModel.swift:199: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/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/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/Sync.swift:715: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 Realm: /RealmSwift/Sync.swift:1023: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/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:1968: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:2009: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:2051: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:2094: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:2141: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:2188: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:2243: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:2288: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:2334: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:2381: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:2432: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:2483: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:1326: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:1356: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)
📖 This PR fixed a violation in Realm: /RealmSwift/Tests/ProjectionTests.swift:730: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:756: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:782: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:1045: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/ProjectionTests.swift:1051: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:1062: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:1072: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:1095: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/ObjectTests.swift:500: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/ObjectTests.swift:602: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/ModernKVOTests.swift:39: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/ModernKVOTests.swift:45: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/ModernKVOTests.swift:68: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/ModernKVOTests.swift:99:23: Warning: Functions and methods parameters should be either on the same line, or one per line (multiline_parameters)
⚠️ Danger found 526 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 141.

Generated by 🚫 Danger

@GandaLF2006
Copy link
Contributor Author

@SimplyDanny One more PR for review :)

@GandaLF2006 GandaLF2006 force-pushed the gandalf2006/check_calls_multiline_parameters branch from ea7f21b to 6210ddd Compare September 2, 2025 22:45
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