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

Fix violation message in untyped_error_in_catch rule #4001

Merged
merged 1 commit into from
Jun 19, 2022

Conversation

SimplyDanny
Copy link
Collaborator

It was just "warning". Now it is the description of the rule (default).

It was just "warning". Now it is the description of the rule (default).
@SwiftLintBot
Copy link

62 Warnings
⚠️ Please include a CHANGELOG entry to credit yourself!
You can find it at CHANGELOG.md.
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:145:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:213:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:257:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:92:23: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoCache.swift:176:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoCache.swift:318:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:184:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/FileHelpers.swift:18:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/Source.swift:336:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/CacheViewController.swift:318:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Browser/DownloadQueue.swift:158:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Browser/DownloadQueue.swift:188:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Home/TopSites/DataManagement/ContileProvider.swift:90:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperNetworkUtility.swift:62:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperStorageUtility.swift:53:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperStorageUtility.swift:95:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Library/DownloadsPanel.swift:155:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Client/Frontend/Library/DownloadsPanel.swift:169:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /ClientTests/WallpaperMigrationUtilityTests.swift:192:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /ClientTests/WallpaperMigrationUtilityTests.swift:200:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Providers/Profile.swift:1173:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /SharedTests/AsyncReducerTests.swift:137:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /SharedTests/AsyncReducerTests.swift:69:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Storage/Rust/RustPlaces.swift:106:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Storage/Rust/RustPlaces.swift:315:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Storage/Rust/RustPlaces.swift:74:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /Storage/Rust/RustPlaces.swift:97:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /SyncTelemetry/SyncTelemetryEvents.swift:112:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /SyncTelemetry/SyncTelemetryEvents.swift:129:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /fastlane/SnapshotHelper.swift:188:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Firefox: /fastlane/SnapshotHelper.swift:74:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Moya: /Sources/Moya/Response.swift:166:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Moya: /Sources/Moya/Response.swift:182:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Nimble: /Sources/Nimble/DSL+Wait.swift:62:27: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Nimble: /Sources/Nimble/Expectation.swift:13:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/Predicate.swift:209:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Nimble: /Sources/Nimble/Utils/Await.swift:252:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Nimble: /Sources/Nimble/Utils/Await.swift:340:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftFlexibleSyncServerTests.swift:1093:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in Realm: /RealmSwift/Realm.swift:259:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /Scripts/BuildPhases/LintAppLocalizedStringsUsage.swift:323:3: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/BlockEditorSettingsService.swift:125:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/BlockEditorSettingsService.swift:206:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/BloggingPromptsService.swift:320:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/ReaderCardService.swift:116:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/ReaderPostService+PostsV2.swift:75:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/Stories/StoryEditor.swift:156:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/Stories/StoryEditor.swift:195:19: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/Stories/StoryMediaLoader.swift:51:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/Stories/StoryPoster.swift:152:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Services/Stories/StoryPoster.swift:57:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Utility/Logging/SentryStartupEvent.swift:51:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/Utility/ZendeskUtils.swift:623:9: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift:769:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/Processors/GutenbergMediaFilesUploadProcessor.swift:43:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/Processors/GutenbergMediaFilesUploadProcessor.swift:67:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/ViewRelated/Me/App Settings/EncryptedLogTableViewController.swift:107:9: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/Classes/ViewRelated/Views/WPRichText/WPRichContentView.swift:194:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/WordPressScreenshotGeneration/SnapshotHelper.swift:188:15: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/WordPressScreenshotGeneration/SnapshotHelper.swift:74:11: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
⚠️ This PR introduced a violation in WordPress: /WordPress/WordPressTest/ViewRelated/Views/WPRichText/WPRichTextFormatterTests.swift:128:9: warning: Untyped Error in Catch Violation: Catch statements should not declare error variables without type casting. (untyped_error_in_catch)
73 Messages
📖 Linting Aerial with this PR took 0.32s vs 0.32s on master (0% slower)
📖 Linting Alamofire with this PR took 0.31s vs 0.31s on master (0% slower)
📖 Linting Firefox with this PR took 1.47s vs 1.47s on master (0% slower)
📖 Linting Kickstarter with this PR took 2.23s vs 2.22s on master (0% slower)
📖 Linting Moya with this PR took 0.15s vs 0.15s on master (0% slower)
📖 Linting Nimble with this PR took 0.15s vs 0.15s on master (0% slower)
📖 Linting Quick with this PR took 0.08s vs 0.08s on master (0% slower)
📖 Linting Realm with this PR took 1.09s vs 1.09s on master (0% slower)
📖 Linting SourceKitten with this PR took 0.14s vs 0.14s on master (0% slower)
📖 Linting Sourcery with this PR took 0.46s vs 0.45s on master (2% slower)
📖 Linting Swift with this PR took 0.92s vs 0.92s on master (0% slower)
📖 Linting WordPress with this PR took 2.48s vs 2.49s on master (0% faster)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:145:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:213:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:257:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:92:23: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoCache.swift:176:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoCache.swift:318:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:184:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/FileHelpers.swift:18:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Aerial/Source/Models/Sources/Source.swift:336:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Aerial: /Resources/MainUI/Settings panels/CacheViewController.swift:318:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Browser/DownloadQueue.swift:158:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Browser/DownloadQueue.swift:188:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Home/TopSites/DataManagement/ContileProvider.swift:90:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperNetworkUtility.swift:62:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperStorageUtility.swift:53:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Home/Wallpapers/Utilities/WallpaperStorageUtility.swift:95:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Library/DownloadsPanel.swift:155:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Client/Frontend/Library/DownloadsPanel.swift:169:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /ClientTests/WallpaperMigrationUtilityTests.swift:192:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /ClientTests/WallpaperMigrationUtilityTests.swift:200:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Providers/Profile.swift:1173:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /SharedTests/AsyncReducerTests.swift:137:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /SharedTests/AsyncReducerTests.swift:69:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Storage/Rust/RustPlaces.swift:106:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Storage/Rust/RustPlaces.swift:315:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Storage/Rust/RustPlaces.swift:74:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /Storage/Rust/RustPlaces.swift:97:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /SyncTelemetry/SyncTelemetryEvents.swift:112:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /SyncTelemetry/SyncTelemetryEvents.swift:129:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /fastlane/SnapshotHelper.swift:188:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Firefox: /fastlane/SnapshotHelper.swift:74:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Moya: /Sources/Moya/Response.swift:166:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Moya: /Sources/Moya/Response.swift:182:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Nimble: /Sources/Nimble/DSL+Wait.swift:62:27: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Nimble: /Sources/Nimble/Expectation.swift:13:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/Predicate.swift:209:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Nimble: /Sources/Nimble/Utils/Await.swift:252:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Nimble: /Sources/Nimble/Utils/Await.swift:340:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Realm: /Realm/ObjectServerTests/SwiftFlexibleSyncServerTests.swift:1093:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in Realm: /RealmSwift/Realm.swift:259:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /Scripts/BuildPhases/LintAppLocalizedStringsUsage.swift:323:3: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/BlockEditorSettingsService.swift:125:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/BlockEditorSettingsService.swift:206:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/BloggingPromptsService.swift:320:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/ReaderCardService.swift:116:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/ReaderPostService+PostsV2.swift:75:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/Stories/StoryEditor.swift:156:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/Stories/StoryEditor.swift:195:19: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/Stories/StoryMediaLoader.swift:51:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/Stories/StoryPoster.swift:152:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Services/Stories/StoryPoster.swift:57:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Utility/Logging/SentryStartupEvent.swift:51:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/Utility/ZendeskUtils.swift:623:9: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift:769:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/Processors/GutenbergMediaFilesUploadProcessor.swift:43:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/ViewRelated/Gutenberg/Processors/GutenbergMediaFilesUploadProcessor.swift:67:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/ViewRelated/Me/App Settings/EncryptedLogTableViewController.swift:107:9: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/Classes/ViewRelated/Views/WPRichText/WPRichContentView.swift:194:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/WordPressScreenshotGeneration/SnapshotHelper.swift:188:15: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/WordPressScreenshotGeneration/SnapshotHelper.swift:74:11: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)
📖 This PR fixed a violation in WordPress: /WordPress/WordPressTest/ViewRelated/Views/WPRichText/WPRichTextFormatterTests.swift:128:9: warning: Untyped Error in Catch Violation: warning (untyped_error_in_catch)

Here's an example of your CHANGELOG entry:

* Fix violation message in untyped_error_in_catch rule.  
  [SimplyDanny](https://github.com/SimplyDanny)
  [#issue_number](https://github.com/realm/SwiftLint/issues/issue_number)

note: There are two invisible spaces after the entry's text.

Generated by 🚫 Danger

@SimplyDanny SimplyDanny merged commit 634406a into realm:master Jun 19, 2022
@SimplyDanny SimplyDanny deleted the fix-violation-message branch June 19, 2022 17:12
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