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

Add unavailable_function opt-in rule #2169

Merged
merged 1 commit into from
Apr 25, 2018
Merged

Add unavailable_function opt-in rule #2169

merged 1 commit into from
Apr 25, 2018

Conversation

marcelofabri
Copy link
Collaborator

Fixes #2127

@SwiftLintBot
Copy link

SwiftLintBot commented Apr 24, 2018

184 Warnings
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/BasePasscodeViewController.swift:22:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/ChangePasscodeViewController.swift:24:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/PasscodeEntryViewController.swift:28:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/RemovePasscodeViewController.swift:19:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/RequirePasscodeIntervalViewController.swift:27:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/SetupPasscodeViewController.swift:22:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/PasscodeViews.swift:53:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/AuthenticationManager/PasscodeViews.swift:185:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/BackForwardTableViewCell.swift:99:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/BackForwardListViewController.swift:212:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/ButtonToast.swift:59:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/FindInPageBar.swift:149:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/OpenWithSettingsViewController.swift:22:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/OpenInHelper.swift:229:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/ReaderModeBarView.swift:88:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/SearchViewController.swift:78:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/SearchViewController.swift:567:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/SearchViewController.swift:701:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabLocationView.swift:253:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabLocationView.swift:378:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabPeekViewController.swift:85:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabTrayButtonExtensions.swift:18:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabToolbar.swift:160:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabToolbar.swift:237:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TopTabsViewController.swift:114:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TopTabsViews.swift:19:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TopTabsViews.swift:58:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TopTabsViews.swift:193:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TopTabsViews.swift:250:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabTrayController.swift:151:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabTrayController.swift:297:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabTrayController.swift:1033:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/TabTrayController.swift:1166:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/ContentBlocker/ContentBlockerSettingViewController.swift:91:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/URLBarView.swift:702:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/URLBarView.swift:734:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamTopSitesCell.swift:127:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamTopSitesCell.swift:188:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamTopSitesCell.swift:317:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/BookmarksPanel.swift:64:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/BookmarksPanel.swift:506:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/BookmarksPanel.swift:581:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/HistoryPanel.swift:61:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/RecentlyClosedTabsPanel.swift:101:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Browser/BrowserViewController.swift:119:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamPanel.swift:99:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamPanel.swift:980:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ActivityStreamPanel.swift:1052:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ReaderPanel.swift:141:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/ReaderPanel.swift:197:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Intro/IntroViewController.swift:413:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/RemoteTabsPanel.swift:62:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/RemoteTabsPanel.swift:332:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Home/RemoteTabsPanel.swift:414:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Login Management/LoginListViewController.swift:81:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Login Management/LoginListViewController.swift:596:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Login Management/LoginListViewController.swift:631:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Reader/ReaderModeStyleViewController.swift:322:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/FxAContentViewController.swift:51:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/NewTabChoiceViewController.swift:25:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/NewTabContentSettingsViewController.swift:37:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/SettingsContentViewController.swift:79:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/LoginDetailViewController.swift:71:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/SyncContentSettingsViewController.swift:121:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/ActivityStreamHighlightCell.swift:137:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/ActivityStreamHighlightCell.swift:233:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/ChevronView.swift:56:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/ErrorToast.swift:45:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/HistoryBackButton.swift:67:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/InnerStrokedView.swift:33:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/SettingsTableViewController.swift:148:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Settings/SettingsTableViewController.swift:737:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/LoginTableViewCell.swift:198:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SearchInputView.swift:169:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SeparatorTableCell.swift:26:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/PhotonActionSheet.swift:108:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/PhotonActionSheet.swift:362:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/PhotonActionSheet.swift:433:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/PhotonActionSheet.swift:480:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/PhotonActionSheet.swift:605:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SiteTableViewController.swift:65:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/TabsButton.swift:114:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SnackBar.swift:45:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SnackBar.swift:153:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/SnackBar.swift:215:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/ToggleButton.swift:123:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/TwoLineCell.swift:48:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/TwoLineCell.swift:111:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Client/Frontend/Widgets/TwoLineCell.swift:149:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Extensions/ShareTo/ClientPickerViewController.swift:300:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Extensions/ShareTo/ClientPickerViewController.swift:348:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Extensions/ShareTo/ClientPickerViewController.swift:366:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Extensions/Today/TodayViewController.swift:214:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Firefox: /Users/distiller/project/osscheck/Firefox/Extensions/Today/TodayViewController.swift:251:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Kickstarter: /Users/distiller/project/osscheck/Kickstarter/Kickstarter-iOS/Views/Cells/DashboardReferrerRowStackView.swift:39:12: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Kickstarter: /Users/distiller/project/osscheck/Kickstarter/Kickstarter-iOS/Views/Controllers/LiveVideoViewController.swift:31:19: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Kickstarter: /Users/distiller/project/osscheck/Kickstarter/Kickstarter-iOS/Views/Controllers/ProjectNavigatorViewController.swift:66:21: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Kickstarter: /Users/distiller/project/osscheck/Kickstarter/Kickstarter-iOS/Views/DashboardRewardRowStackView.swift:43:12: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Kickstarter: /Users/distiller/project/osscheck/Kickstarter/Kickstarter-iOS/Views/VideoGridView.swift:12:19: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Nimble: /Users/distiller/project/osscheck/Nimble/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:33:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Nimble: /Users/distiller/project/osscheck/Nimble/Sources/Nimble/DSL.swift:58:10: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Quick: /Users/distiller/project/osscheck/Quick/Sources/Quick/ErrorUtility.swift:3:10: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/Realm/ObjectServerTests/SwiftSyncTestCase.swift:37:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/Realm/ObjectServerTests/SwiftSyncTestCase.swift:40:14: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:659:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:660:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:661:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:662:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:663:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:664:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:665:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:668:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:669:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:670:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:671:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:673:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:676:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:677:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ This PR introduced a violation in Realm: /Users/distiller/project/osscheck/Realm/RealmSwift/RealmCollection.swift:678:5: warning: Unavailable Function Violation: Unimplemented functions should be marked as unavailable. (unavailable_function)
⚠️ Danger found 184 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 119.
12 Messages
📖 Linting Aerial with this PR took 0.46s vs 0.44s on master (4% slower)
📖 Linting Alamofire with this PR took 3.65s vs 3.29s on master (10% slower)
📖 Linting Firefox with this PR took 13.55s vs 12.22s on master (10% slower)
📖 Linting Kickstarter with this PR took 18.05s vs 18.6s on master (2% faster)
📖 Linting Moya with this PR took 1.98s vs 1.96s on master (1% slower)
📖 Linting Nimble with this PR took 1.68s vs 1.71s on master (1% faster)
📖 Linting Quick with this PR took 0.58s vs 0.55s on master (5% slower)
📖 Linting Realm with this PR took 3.28s vs 3.25s on master (0% slower)
📖 Linting SourceKitten with this PR took 1.17s vs 1.08s on master (8% slower)
📖 Linting Sourcery with this PR took 4.94s vs 4.83s on master (2% slower)
📖 Linting Swift with this PR took 26.49s vs 25.75s on master (2% slower)
📖 Linting WordPress with this PR took 16.82s vs 15.43s on master (9% slower)

Generated by 🚫 Danger

@marcelofabri marcelofabri merged commit dcbc20e into realm:master Apr 25, 2018
@marcelofabri marcelofabri deleted the unavailable_function branch April 25, 2018 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants