Skip to content

fix(missing_docs): treat actors as inheriting Actor#6648

Open
leno23 wants to merge 2 commits into
realm:mainfrom
leno23:fix/missing-docs-implicit-actor-5422
Open

fix(missing_docs): treat actors as inheriting Actor#6648
leno23 wants to merge 2 commits into
realm:mainfrom
leno23:fix/missing-docs-implicit-actor-5422

Conversation

@leno23
Copy link
Copy Markdown

@leno23 leno23 commented May 17, 2026

Summary

  • When excludes_inherited_types is enabled (the default), missing_docs now skips members inside actor declarations, matching behavior for types with explicit inheritance.
  • Actors implicitly conform to the Actor protocol, so members like unownedExecutor should not require documentation when inherited types are excluded.

Fixes #5422

Test plan

  • Added non-triggering example for documented actor with nonisolated member
  • Added triggering example when excludes_inherited_types: false
  • CI (Buildkite)

Made with Cursor

leno23 added 2 commits May 17, 2026 23:34
Actors implicitly conform to the Actor protocol. When inherited types are
excluded from documentation requirements, do not lint members inside actors.

Fixes realm#5422
@SwiftLintBot
Copy link
Copy Markdown

21851 Warnings
⚠️ This PR may need tests.
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:93:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:94:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:95:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:96:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:97:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/HTTPMethod.swift:51:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/HTTPMethod.swift:53:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/ParameterEncoding.swift:163:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/ParameterEncoding.swift:275:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataStreamRequest.swift:547:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataStreamRequest.swift:562:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataStreamRequest.swift:570:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:509:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:510:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:512:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:541:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:542:9: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:545:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:547:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/WebSocketRequest.swift:551:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/Request.swift:1258:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:585:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:775:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:777:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:788:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:799:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:815:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:914:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:915:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:934:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Concurrency.swift:962:25: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/RequestCompression.swift:70:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:36:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:37:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:84:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:259:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:260:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:304:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:404:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:405:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/Combine.swift:453:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/ResponseSerialization.swift:85:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/ResponseSerialization.swift:93:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Alamofire: /Source/Features/ResponseSerialization.swift:186:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveTextFieldStyle.swift:21:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveTextFieldStyle.swift:33:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveTextFieldStyle.swift:55:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveTextFieldStyle.swift:77:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:49:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:51:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:55:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:83:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:85:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/DesignSystem/Views/BraveButtonStyle.swift:91:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Settings/BraveVPNEnableSettingsHeaderView.swift:10:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Settings/BraveVPNEnableSettingsHeaderView.swift:11:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Settings/BraveVPNEnableSettingsHeaderView.swift:24:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Settings/BraveVPNEnableSettingsHeaderView.swift:32:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+Subscription.swift:14:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPNInAppPurchaseObserver.swift:53:3: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPNInAppPurchaseObserver.swift:54:3: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPNInAppPurchaseObserver.swift:55:3: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Settings/BraveVPNSettingsViewController.swift:236:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:12:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:13:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:14:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:15:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:16:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:17:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:18:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:19:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:20:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:21:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Subscription/BraveVPN+ReceiptResponse.swift:26:7: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:16:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:22:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:75:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:87:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:91:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:116:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionConfirmationView.swift:120:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPN+Region.swift:13:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionDetailsView.swift:31:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionListView.swift:48:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/Region/BraveVPNRegionListView.swift:54:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:50:7: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:51:7: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:52:7: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:53:7: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:55:14: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/Preferences/GlobalPreferences.swift:64:21: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/BraveVPN.swift:99:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/BraveVPN.swift:100:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/BraveVPN.swift:102:5: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/BuyVPN/Paywall/BraveVPNPaywallView.swift:36:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/BuyVPN/Paywall/BraveVPNPaywallView.swift:49:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveVPN/Components/BuyVPN/Paywall/BraveVPNPaywallView.swift:367:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Cards/RateCardViews.swift:13:3: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Cards/RateCardViews.swift:15:3: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedChannel.swift:18:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedChannel.swift:23:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:10:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:11:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:12:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:14:17: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:18:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:23:10: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:27:17: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:35:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:36:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:45:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:46:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:47:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:48:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:49:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:50:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:51:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:52:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:53:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:54:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:55:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:56:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:58:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:76:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:80:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:85:14: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:86:14: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:87:14: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:92:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:93:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:94:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:95:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:96:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:105:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:115:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:118:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:119:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:120:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:121:19: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:125:12: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:126:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:127:23: Warning: public declarations should be documented (missing_docs)
⚠️ This PR introduced a violation in Brave: /ios/brave-ios/Sources/BraveNews/Composer/FeedItem.swift:128:12: Warning: public declarations should be documented (missing_docs)
⚠️ Danger found 21851 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 144.
107 Messages
📖 Building this branch resulted in the same binary size as when built on main.
📖 Linting Aerial with this PR took 0.82 s vs 0.8 s on main (2% slower).
📖 Linting Alamofire with this PR took 1.1 s vs 1.11 s on main (0% faster).
📖 Linting Brave with this PR took 7.33 s vs 7.32 s on main (0% slower).
📖 Linting DuckDuckGo with this PR took 29.69 s vs 29.57 s on main (0% slower).
📖 Linting Firefox with this PR took 12.54 s vs 12.52 s on main (0% slower).
📖 Linting Kickstarter with this PR took 8.57 s vs 8.52 s on main (0% slower).
📖 Linting Moya with this PR took 0.48 s vs 0.47 s on main (2% slower).
📖 Linting NetNewsWire with this PR took 2.9 s vs 2.86 s on main (1% slower).
📖 Linting Nimble with this PR took 0.71 s vs 0.69 s on main (2% slower).
📖 Linting PocketCasts with this PR took 8.09 s vs 8.24 s on main (1% faster).
📖 Linting Quick with this PR took 0.48 s vs 0.45 s on main (6% slower).
📖 Linting Realm with this PR took 3.01 s vs 3.02 s on main (0% faster).
📖 Linting Sourcery with this PR took 1.89 s vs 1.87 s on main (1% slower).
📖 Linting Swift with this PR took 4.77 s vs 4.74 s on main (0% slower).
📖 Linting SwiftLintPerformanceTests with this PR took 0.34 s vs 0.33 s on main (3% slower).
📖 Linting VLC with this PR took 1.26 s vs 1.25 s on main (0% slower).
📖 Linting Wire with this PR took 19.1 s vs 19.08 s on main (0% slower).
📖 Linting WordPress with this PR took 12.93 s vs 12.85 s on main (0% slower).
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Favicon/BundledFaviconRenderer.swift:23:17: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Brave: /ios/brave-ios/Sources/Brave/Frontend/Browser/Helpers/LaunchHelper.swift:14:17: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:35:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:44:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:51:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:91:24: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:98:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:117:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/BrowserServicesKit/SmarterEncryption/HTTPSUpgrade.swift:121:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/Subscription/DeadTokenRecoverer.swift:23:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/Subscription/DeadTokenRecoverer.swift:26:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/BrowserServicesKit/Sources/Subscription/DeadTokenRecoverer.swift:29:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /macOS/LocalPackages/UDSHelper/Sources/UDSHelper/UDSClient.swift:23:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /macOS/LocalPackages/UDSHelper/Sources/UDSHelper/UDSClient.swift:25:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /macOS/LocalPackages/UDSHelper/Sources/UDSHelper/UDSClient.swift:129:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/AutomationServer/Sources/AutomationServer/AutomationServerCore.swift:40:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/AutomationServer/Sources/AutomationServer/AutomationServerCore.swift:42:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:43:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:45:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:46:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:47:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:93:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:98:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:159:19: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /SharedPackages/VPN/Sources/VPN/LeakCheck/VPNLeakCheckService.swift:173:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /macOS/LocalPackages/AppUpdater/Sources/AppUpdaterShared/UpdateCheckActor.swift:27:19: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in DuckDuckGo: /macOS/LocalPackages/AppUpdater/Sources/AppUpdaterShared/UpdateCheckState.swift:33:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Firefox: /firefox-ios/Push/Autopush.swift:56:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Firefox: /firefox-ios/Push/Autopush.swift:59:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:14:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:18:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:31:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:35:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:42:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:49:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:56:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:63:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:70:21: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:76:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:83:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:92:21: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/SyncDatabase/Sources/SyncDatabase/SyncDatabase.swift:100:21: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/ErrorLog/Sources/ErrorLog/ErrorLogDatabase.swift:13:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/ErrorLog/Sources/ErrorLog/ErrorLogDatabase.swift:21:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/ErrorLog/Sources/ErrorLog/ErrorLogDatabase.swift:35:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/ErrorLog/Sources/ErrorLog/ErrorLogDatabase.swift:39:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in NetNewsWire: /Modules/ErrorLog/Sources/ErrorLog/ErrorLogDatabase.swift:43:9: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /podcasts/TranscriptsDataRetriever.swift:14:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /podcasts/TranscriptsDataRetriever.swift:18:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /podcasts/PodcastIndexChapterDataRetriever.swift:22:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /podcasts/PodcastIndexChapterDataRetriever.swift:26:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /Modules/Sources/PocketCastsServer/Public/Cache/ShowInfoDataRetriever.swift:10:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /Modules/Sources/PocketCastsServer/Public/Cache/ShowInfoDataRetriever.swift:58:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /Modules/Sources/PocketCastsUtils/Logging/FileLog.swift:61:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in PocketCasts: /Modules/Sources/PocketCastsUtils/Logging/FileLog.swift:68:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:28:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:34:24: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:35:25: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:43:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:54:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:81:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:93:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireNetwork/Sources/WireNetwork/Network/NetworkStack/NetworkStack.swift:98:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /wire-ios-testing/Source/Public/GenericArrayActor.swift:21:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /wire-ios-testing/Source/Public/GenericArrayActor.swift:22:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /wire-ios-testing/Source/Public/GenericArrayActor.swift:24:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /wire-ios-testing/Source/Public/GenericArrayActor.swift:26:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/Synchronization/CheckBlacklistWorker.swift:25:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/Synchronization/CheckBlacklistWorker.swift:37:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/Synchronization/CheckBlacklistWorker.swift:52:24: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/Utilities/NonReentrantTaskManager.swift:31:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/Workers/Worker.swift:91:19: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/WorkAgent/WorkAgent.swift:22:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/WorkAgent/WorkAgent.swift:35:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/WorkAgent/WorkAgent.swift:66:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/WorkAgent/WorkAgent.swift:130:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireDomain/Sources/WireDomain/WorkAgent/WorkAgent.swift:139:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireFoundation/Sources/WireFoundation/Utilities/BackoffRetry/BackoffRetrier.swift:23:8: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireFoundation/Sources/WireFoundation/Utilities/BackoffRetry/BackoffRetrier.swift:24:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireFoundation/Sources/WireFoundation/Utilities/BackoffRetry/BackoffRetrier.swift:37:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in Wire: /WireFoundation/Sources/WireFoundation/Utilities/BackoffRetry/BackoffRetrier.swift:55:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/AsyncImageKit/Helpers/FaviconService.swift:5:19: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/AsyncImageKit/Helpers/FaviconService.swift:17:24: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/AsyncImageKit/ImageDownloader.swift:259:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/AsyncImageKit/Helpers/ImageSaliencyService.swift:8:31: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/WordPressCore/WordPressClient.swift:79:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/WordPressCore/WordPressClient.swift:85:12: Warning: public declarations should be documented (missing_docs)
📖 This PR fixed a violation in WordPress: /Modules/Sources/WordPressCore/WordPressClient.swift:97:12: Warning: public declarations should be documented (missing_docs)

Generated by 🚫 Danger

Copy link
Copy Markdown
Collaborator

@SimplyDanny SimplyDanny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are causing way too many findings in OSS projects. Please review the scope of your implementation. The rule should only skip known actor properties/functions (by default).

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.

missing_docs warns about actors not documenting public protocol properties

3 participants