Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite type_contents_order rule with SwiftSyntax #6002

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SimplyDanny
Copy link
Collaborator

Resolves #5999.

@SwiftLintBot
Copy link

3826 Warnings
⚠️ This PR may need tests.
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:17:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:18:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:24:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:25:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:27:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:29:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:30:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:31:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:32:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:34:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:36:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:38:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:39:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:42:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:45:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:46:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:49:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:140:16: warning: Type Contents Order Violation: A 'subtype' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:86:16: warning: Type Contents Order Violation: A 'subtype' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:102:16: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:119:16: warning: Type Contents Order Violation: A 'subtype' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:94:16: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:98:16: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/NetworkReachabilityManager.swift:46:9: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/URLEncodedFormEncoder.swift:130:17: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Alamofire: /Tests/ResponseSerializationTests.swift:584:9: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/App/ShareExtension/ShareToBraveViewController.swift:36:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/AIChatLoaderView.swift:103:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/AIChatLoaderView.swift:50:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:146:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:166:14: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:170:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:174:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:178:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:184:14: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Input/AIChatPaddedTextView.swift:190:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Messages/AIChatResponseMessageView.swift:252:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Messages/AIChatResponseMessageView.swift:253:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Messages/AIChatResponseMessageView.swift:255:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/AIChat/Components/Messages/AIChatResponseMessageView.swift:270:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/BraveSkus/BraveSkusWebHelper.swift:66:7: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/BraveSkus/BraveSkusWebHelper.swift:67:7: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/BraveSkus/BraveSkusWebHelper.swift:68:7: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/BraveSkus/BraveSkusWebHelper.swift:69:7: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Extensions/AsyncFileManagerExtensions.swift:13:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Backgrounds/NewTabPageP3AHelper.swift:240:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Backgrounds/NewTabPageP3AHelper.swift:264:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Backgrounds/NewTabPageP3AHelper.swift:279:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Backgrounds/NewTabPageP3AHelper.swift:284:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Backgrounds/NewTabPageVideoAdButtonsView.swift:192:14: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Notifications/NTPLearnMoreContentView.swift:45:14: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Notifications/NTPLearnMoreContentView.swift:52:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/New Tab Page/Sections/BraveNewsSectionProvider.swift:160:5: warning: Type Contents Order Violation: A 'deinitializer' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Playlist/Managers & Cache/PlaylistCacheLoader.swift:123:18: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Playlist/Managers & Cache/PlaylistCacheLoader.swift:124:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Playlist/Managers & Cache/PlaylistCacheLoader.swift:125:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Playlist/Managers & Cache/PlaylistCacheLoader.swift:126:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Playlist/Managers & Cache/PlaylistCacheLoader.swift:128:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/AllVPNAlertsView.swift:102:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/NotificationCalloutView.swift:18:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/PrivacyHubAllTimeSection.swift:27:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/PrivacyHubLastWeekSection.swift:29:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/VPNAlertCell.swift:22:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/VPNAlertCell.swift:30:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/VPNAlertCell.swift:40:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/PrivacyHub/VPNAlertStat.swift:15:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Search/InitialSearchEngines.swift:64:5: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Search/RecentSearchQRCodeScannerController.swift:194:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:110:14: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:112:14: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:129:11: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:150:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:158:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:22:13: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayContainerView.swift:78:14: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayPrivateModeInfoView.swift:102:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Tabs/TabTray/Views/TabTrayPrivateModeInfoView.swift:114:14: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'initializer' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:351:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:352:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:353:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:354:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:355:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:356:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Rewards/BraveRewards.swift:358:12: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Settings/Debug/BraveCoreDebugSwitchesView.swift:256:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Settings/Tabs/LocationViewPositionPickerCell.swift:74:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Shields/ShieldsPanelView.swift:19:5: warning: Type Contents Order Violation: A 'subtype' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/BraveTalkScriptHandler.swift:54:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/BraveTalkScriptHandler.swift:55:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/EthereumProviderScriptHandler.swift:52:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/EthereumProviderScriptHandler.swift:53:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/SolanaProviderScriptHandler.swift:65:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/UserContent/UserScripts/Scripts_Dynamic/ScriptHandlers/Paged/SolanaProviderScriptHandler.swift:66:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Widgets/MenuButton.swift:14:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Widgets/MenuButton.swift:15:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Widgets/MenuButton.swift:17:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Widgets/MenuButton.swift:21:5: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/States/BrowserState.swift:91:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/States/BrowserState.swift:92:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/States/BrowserState.swift:93:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:126:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:147:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:54:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:93:17: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:94:17: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Brave/WebFilters/ContentBlocker/ContentBlockerManager.swift:98:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'case' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedDataSource.swift:218:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedDataSource.swift:219:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedDataSource.swift:220:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedDataSource.swift:221:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedDataSource.swift:222:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:111:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:112:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:115:12: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:125:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ Danger found 3826 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 116.
645 Messages
📖 Building this branch resulted in a binary size of 29543.37 KiB vs 29537.85 KiB when built on main (0% larger).
📖 Linting Aerial with this PR took 1.72 s vs 0.95 s on main (81% slower).
📖 Linting Alamofire with this PR took 1.28 s vs 1.31 s on main (2% faster).
📖 Linting Brave with this PR took 8.58 s vs 8.58 s on main (0% slower).
📖 Linting DuckDuckGo with this PR took 5.82 s vs 5.83 s on main (0% faster).
📖 Linting Firefox with this PR took 11.73 s vs 11.78 s on main (0% faster).
📖 Linting Kickstarter with this PR took 9.97 s vs 9.94 s on main (0% slower).
📖 Linting Moya with this PR took 0.53 s vs 0.54 s on main (1% faster).
📖 Linting NetNewsWire with this PR took 2.9 s vs 2.9 s on main (0% slower).
📖 Linting Nimble with this PR took 0.78 s vs 0.79 s on main (1% faster).
📖 Linting PocketCasts with this PR took 8.85 s vs 8.83 s on main (0% slower).
📖 Linting Quick with this PR took 0.44 s vs 0.44 s on main (0% slower).
📖 Linting Realm with this PR took 4.56 s vs 4.56 s on main (0% slower).
📖 Linting Sourcery with this PR took 2.32 s vs 2.34 s on main (0% faster).
📖 Linting Swift with this PR took 4.72 s vs 4.73 s on main (0% faster).
📖 Linting VLC with this PR took 1.29 s vs 1.29 s on main (0% slower).
📖 Linting Wire with this PR took 18.61 s vs 18.63 s on main (0% faster).
📖 Linting WordPress with this PR took 11.53 s vs 11.49 s on main (0% slower).
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:101:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:17:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:18:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:20:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:21:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:22:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:24:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:25:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:27:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:29:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:30:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:31:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:32:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:34:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:36:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:38:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:39:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:42:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:45:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:46:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:49:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:51:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:55:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:68:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:82:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:91:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:94:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:97:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:98:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Views/AerialView.swift:99:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Source/Core/AFError.swift:138:12: warning: Type Contents Order Violation: A 'subtype' should not be placed amongst the type content(s) 'case' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Source/Core/Session.swift:465:27: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Source/Core/Session.swift:484:27: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Source/Core/Session.swift:513:27: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Tests/TestHelpers.swift:251:5: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Tests/TestHelpers.swift:257:5: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in Alamofire: /Tests/TestHelpers.swift:267:5: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BVC+KeyCommands.swift:178:17: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/BrowserViewController/BrowserViewController.swift:277:3: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/DynamicFontHelper.swift:14:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:28:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:30:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:32:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:36:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:40:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:42:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:46:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Helpers/MenuHelper.swift:50:8: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Shared/KeyboardHelper.swift:55:8: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Shared/KeyboardHelper.swift:57:15: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Shared/KeyboardHelper.swift:59:8: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in DuckDuckGo: /DuckDuckGo/NetworkProtectionDebugViewController.swift:714:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /BrowserKit/Sources/Shared/KeyboardHelper.swift:67:10: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /BrowserKit/Sources/Shared/KeyboardHelper.swift:69:17: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /BrowserKit/Sources/Shared/KeyboardHelper.swift:71:10: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/FeatureFlags/NimbusFlaggableFeature.swift:94:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/FeatureFlags/NimbusFlaggableFeature.swift:95:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/FeatureFlags/NimbusFlaggableFeature.swift:97:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:11:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:12:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:13:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:14:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:15:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:16:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:17:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Frontend/Browser/MainMenu/Redux/MainMenuDetailState.swift:19:5: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_alias,associated_type' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Helpers/LegacyDynamicFontHelper.swift:11:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Helpers/LegacyDynamicFontHelper.swift:12:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Client/Helpers/LegacyDynamicFontHelper.swift:14:5: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /firefox-ios/Providers/Profile.swift:475:10: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /focus-ios/Blockzilla/Utilities/KeyboardHelper.swift:54:12: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /focus-ios/Blockzilla/Utilities/KeyboardHelper.swift:56:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Firefox: /focus-ios/Blockzilla/Utilities/KeyboardHelper.swift:58:12: warning: Type Contents Order Violation: A 'type_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-iOS/Features/PledgedProjectsOverview/PPOContainerViewController.swift:151:11: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-iOS/Features/PledgedProjectsOverview/PPOContainerViewController.swift:157:11: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-iOS/Features/PledgedProjectsOverview/PPOContainerViewController.swift:165:11: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in Kickstarter: /Kickstarter-iOS/Features/PledgedProjectsOverview/PPOContainerViewController.swift:173:11: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/RSImage.swift:65:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:109:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:36:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:41:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:46:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:53:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:58:10: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:63:10: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:67:10: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Modules/RSCore/Sources/RSCore/String+RSCore.swift:81:2: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:104:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:220:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:46:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:52:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:64:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:69:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:85:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Activity/ActivityManager.swift:90:2: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'type_method' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Defaults/AppDefaults.swift:105:2: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in NetNewsWire: /Shared/Defaults/AppDefaults.swift:81:2: warning: Type Contents Order Violation: A 'type_method' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /Modules/Server/Sources/PocketCastsServer/Public/Refresh/RefreshManager.swift:12:10: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /Modules/Server/Sources/PocketCastsServer/Public/Sync/BackgroundSyncManager.swift:16:12: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /Modules/Utils/Sources/PocketCastsUtils/Logging/FileLog.swift:20:5: warning: Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /Modules/Utils/Sources/PocketCastsUtils/Networking/NetworkUtils.swift:5:22: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'type_property' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:110:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:11:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:123:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:128:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:136:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:13:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:144:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:14:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:15:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:160:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:168:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:176:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:17:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:188:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:195:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:199:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:203:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:207:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:20:13: warning: Type Contents Order Violation: An 'instance_property' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
📖 This PR fixed a violation in PocketCasts: /podcasts/DefaultPlayer.swift:211:5: warning: Type Contents Order Violation: An 'other_method' should not be placed amongst the type content(s) 'subtype' (type_contents_order)
⚠️ Danger found 645 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 139.

Generated by 🚫 Danger

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.

type_contents_order false positive when using custom availability macro in Swift Package
3 participants