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

Rename OverridenSuperCallConfiguration to fix typo #3426

Merged
merged 2 commits into from
Nov 11, 2020

Conversation

bricker
Copy link
Contributor

@bricker bricker commented Nov 10, 2020

Renames OverridenSuperCallConfiguration to
OverriddenSuperCallConfiguration

BREAKING CHANGE: As OverridenSuperCallConfiguration is a
publicly-exposed struct, this rename should be considered breaking.

@SwiftLintBot
Copy link

SwiftLintBot commented Nov 10, 2020

1751 Warnings
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/FirstSetupWindowController.swift:50:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/VideoFormatViewController.swift:51:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/TimeSetupViewController.swift:91:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/TimeSetupViewController.swift:92:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/PanelWindowController.swift:94:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/PanelWindowController.swift:200:20: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/PanelWindowController.swift:236:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/CacheViewController.swift:107:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/CacheViewController.swift:243:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/AdvancedViewController.swift:159:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/SidebarViewController.swift:73:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/SidebarViewController.swift:129:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/AssetLoaderDelegate.swift:20:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/AssetLoaderDelegate.swift:94:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/AerialVideo.swift:32:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/AerialVideo.swift:141:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/AerialVideo.swift:172:23: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:31:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:180:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:31:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:55:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:56:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:70:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:119:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:128:23: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:131:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:135:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:157:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoLoader.swift:237:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:36:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/NSImage+trim.swift:17:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:304:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:139:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:1099:5: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/TimeManagement.swift:30:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/TimeManagement.swift:218:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/Sidebar.swift:110:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/Source.swift:151:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/DownloadManager.swift:154:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/DownloadManager.swift:155:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceInfo.swift:247:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceInfo.swift:248:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceInfo.swift:249:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceInfo.swift:251:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceInfo.swift:280:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoHeaderView.swift:18:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoHeaderView.swift:19:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/CheckCellView.swift:76:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTableSource.swift:63:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:304:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoWeatherView.swift:100:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/DisplayView.swift:57:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/DisplayView.swift:65:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/DisplayView.swift:191:27: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/AnimatableLayer.swift:117:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:71:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:434:35: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/VideoCellView.swift:18:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/AspectFillNSImageView.swift:32:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/MainUI/AspectFillNSImageView.swift:33:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/DescriptionCellView.swift:43:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/DescriptionCellView.swift:44:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/DescriptionCellView.swift:45:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Sources/DescriptionCellView.swift:50:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:306:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:561:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:565:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:203:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:205:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:212:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:214:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:227:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:229:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:239:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:241:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:257:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Alamofire: /Source/MultipartFormData.swift:259:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:9:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:10:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:11:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:12:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:13:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:14:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:15:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:16:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:17:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:18:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:19:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:20:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:21:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:22:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:23:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:24:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:25:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:26:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:27:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:28:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:29:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:30:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:31:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:32:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:33:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:34:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:35:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:36:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:37:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:38:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:39:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:40:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:41:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:42:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:43:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:44:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:45:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:46:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:47:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /WidgetKit/ImageButtonWithLabel.swift:48:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /UITests/NoImageModeTests.swift:53:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/UIImageViewExtensionsTests.swift:58:69: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/PocketFeedTests.swift:54:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/PocketFeedTests.swift:55:19: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:39:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:40:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:41:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:159:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:183:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:304:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:324:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:341:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /ClientTests/TabManagerTests.swift:364:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Shared/AuthenticationKeychainInfo.swift:119:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Shared/AuthenticationKeychainInfo.swift:120:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Shared/Extensions/URLExtensions.swift:475:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Providers/Profile.swift:728:15: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Shared/Prefs.swift:33:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Extensions/Today/TodayViewController.swift:52:3: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /RustFxA/FxAWebViewController.swift:110:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /Storage/SQL/SQLiteHistory.swift:405:11: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ This PR introduced a violation in Firefox: /RustFxA/FxAWebViewModel.swift:21:7: warning: Comment Spacing Violation: Prefer at least one space after slashes for comments. (comment_spacing)
⚠️ Danger found 1751 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 139.
13 Messages
📖 Linting Aerial with this PR took 2.0s vs 2.0s on master (0% slower)
📖 Linting Alamofire with this PR took 2.84s vs 2.8s on master (1% slower)
📖 Linting Firefox with this PR took 9.47s vs 9.52s on master (0% faster)
📖 Linting Kickstarter with this PR took 15.85s vs 15.63s on master (1% slower)
📖 Linting Moya with this PR took 1.46s vs 1.47s on master (0% faster)
📖 Linting Nimble with this PR took 1.39s vs 1.38s on master (0% slower)
📖 Linting Quick with this PR took 0.67s vs 0.66s on master (1% slower)
📖 Linting Realm with this PR took 4.59s vs 4.52s on master (1% slower)
📖 Linting SourceKitten with this PR took 1.12s vs 1.07s on master (4% slower)
📖 Linting Sourcery with this PR took 7.28s vs 7.23s on master (0% slower)
📖 Linting Swift with this PR took 11.37s vs 11.12s on master (2% slower)
📖 Linting WordPress with this PR took 17.81s vs 17.68s on master (0% slower)
📖 This PR fixed a violation in Sourcery: /SourceryTests/Stub/Performance-Code/Kiosk/App/Networking/NetworkLogger.swift:13:5: warning: Inclusive Language Violation: Declaration init(whitelist:blacklist:) contains the term "blacklist" which is not considered inclusive. (inclusive_language)

Generated by 🚫 Danger

…onfiguration

BREAKING CHANGE: As `OverridenSuperCallConfiguration` is a
publicly-exposed struct, this rename should be considered breaking.
Copy link
Collaborator

@jpsim jpsim left a comment

Choose a reason for hiding this comment

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

Thanks for fixing!

@jpsim jpsim merged commit 07f5595 into realm:master Nov 11, 2020
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.

3 participants