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

feat: Add ability to update screenshots #297

Merged
merged 10 commits into from
Nov 19, 2024
Merged

feat: Add ability to update screenshots #297

merged 10 commits into from
Nov 19, 2024

Conversation

serhii-londar
Copy link
Collaborator

Add ability to update screenshots:

  • Update API
  • Update ScreenshotsFeature
    Add new methods to update screenshots to CrowdinSDK
    Add ability to enter screenshot name when capture from floating button.
    Add message to logs with result of screenshot capturing: new or updated.
    Update podfile.lock for objc example and tests projects.
    Update podfile to fix build errors for example project.

- Update API
- Update ScreenshotsFeature
Add new methods to update screenshots to CrowdinSDK
Add ability to enter screenshot name when capture from floating button.
Add message to logs with result of screenshot capturing: new or updated.
@crowdin-bot
Copy link
Collaborator

crowdin-bot commented Nov 14, 2024

Warnings
⚠️ Big PR, try to keep changes smaller if you can

SwiftLint found issues

Severity File Reason
Warning CrowdinLogDetailsVC.swift:51 Collection literals should not have trailing commas (trailing_comma)
Warning CrowdinLogDetailsVC.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogDetailsVC.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsWindow.swift:27 Line should be 120 characters or less; currently it has 147 characters (line_length)
Warning CrowdinSDKConfig+Settings.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Settings.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Settings.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:39 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCellViewModel.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:69 Collection literals should not have trailing commas (trailing_comma)
Warning CrowdinLogCell.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogCell.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:27 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning CrowdinLogsVC.swift:36 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning CrowdinLogsVC.swift:17 Line should be 120 characters or less; currently it has 141 characters (line_length)
Warning CrowdinLogsVC.swift:74 Line should be 120 characters or less; currently it has 157 characters (line_length)
Warning CrowdinLogsVC.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:58 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:66 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsVC.swift:79 Lines should not have trailing whitespace (trailing_whitespace)
Error SettingsView+Gesture.swift:17 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error SettingsView+Gesture.swift:18 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Warning SettingsItemCell.swift:30 Collection literals should not have trailing commas (trailing_comma)
Warning SettingsItemCell.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemCell.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Error SettingsView.swift:153 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error SettingsView.swift:154 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Error SettingsView.swift:165 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error SettingsView.swift:175 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Warning SettingsView.swift:109 Line should be 120 characters or less; currently it has 130 characters (line_length)
Warning SettingsView.swift:121 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SettingsView.swift:81 Collection literals should not have trailing commas (trailing_comma)
Warning SettingsView.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:73 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:89 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:96 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:98 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView.swift:155 Lines should not have trailing whitespace (trailing_whitespace)
Warning SystemFolder.swift:12 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning SettingsItemView.swift:45 There should be no space before and one after any comma (comma)
Warning SettingsItemView.swift:41 Collection literals should not have trailing commas (trailing_comma)
Warning SettingsItemView.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsItemView.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:132 There should be no space before and one after any comma (comma)
Error SettingsView+UITableView.swift:13 Function body should span 100 lines or less excluding comments and whitespace: currently spans 114 lines (function_body_length)
Warning SettingsView+UITableView.swift:51 Line should be 120 characters or less; currently it has 160 characters (line_length)
Warning SettingsView+UITableView.swift:100 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning SettingsView+UITableView.swift:117 Line should be 120 characters or less; currently it has 162 characters (line_length)
Warning SettingsView+UITableView.swift:118 Line should be 120 characters or less; currently it has 181 characters (line_length)
Warning SettingsView+UITableView.swift:142 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:147 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:152 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:161 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:167 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:176 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:179 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:187 Lines should not have trailing whitespace (trailing_whitespace)
Warning SettingsView+UITableView.swift:192 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileStatus.swift:24 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning Folder.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:63 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:80 Lines should not have trailing whitespace (trailing_whitespace)
Warning Folder.swift:92 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:57 Shorthand syntactic sugar should be used, i.e. [String: Int] instead of Dictionary<String, Int> (syntactic_sugar)
Warning CustomBundle.swift:67 Shorthand syntactic sugar should be used, i.e. [String: Int] instead of Dictionary<String, Int> (syntactic_sugar)
Warning CustomBundle.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:66 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:69 Lines should not have trailing whitespace (trailing_whitespace)
Warning CustomBundle.swift:78 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileType.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:48 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning File.swift:44 Prefer at least one space after slashes for comments (comment_spacing)
Warning File.swift:76 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning File.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:58 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:69 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning File.swift:82 Lines should not have trailing whitespace (trailing_whitespace)
Error CrowdinFolder.swift:17 Enum element name 'Crowdin' should start with a lowercase character (identifier_name)
Error CrowdinFolder.swift:18 Enum element name 'Screenshots' should start with a lowercase character (identifier_name)
Warning CrowdinFolder.swift:28 Line should be 120 characters or less; currently it has 149 characters (line_length)
Warning CrowdinFolder.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinFolder.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:33 Shorthand syntactic sugar should be used, i.e. [String: Int] instead of Dictionary<String, Int> (syntactic_sugar)
Warning ReadWriteProtocol.swift:50 TODOs should be resolved (Add custon JSONEncode & JSONDe...) (todo)
Warning ReadWriteProtocol.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:64 Lines should not have trailing whitespace (trailing_whitespace)
Warning ReadWriteProtocol.swift:82 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager+LanguageResolver.swift:12 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning ManifestManager+LanguageResolver.swift:27 Line should be 120 characters or less; currently it has 151 characters (line_length)
Warning ManifestManager+LanguageResolver.swift:32 Line should be 120 characters or less; currently it has 156 characters (line_length)
Warning ManifestManager+LanguageResolver.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager+LanguageResolver.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinProviderConfig.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinProviderConfig.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinProviderConfig.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:26 Line should be 120 characters or less; currently it has 161 characters (line_length)
Warning CrowdinRemoteLocalizationStorage.swift:56 Line should be 120 characters or less; currently it has 121 characters (line_length)
Warning CrowdinRemoteLocalizationStorage.swift:67 Line should be 120 characters or less; currently it has 140 characters (line_length)
Warning CrowdinRemoteLocalizationStorage.swift:75 Line should be 120 characters or less; currently it has 143 characters (line_length)
Warning CrowdinRemoteLocalizationStorage.swift:81 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning CrowdinRemoteLocalizationStorage.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:86 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinRemoteLocalizationStorage.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:23 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning ManifestManager.swift:73 Line should be 120 characters or less; currently it has 124 characters (line_length)
Warning ManifestManager.swift:121 Line should be 120 characters or less; currently it has 176 characters (line_length)
Warning ManifestManager.swift:150 Line should be 120 characters or less; currently it has 157 characters (line_length)
Warning ManifestManager.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:57 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:71 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:75 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:82 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:86 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:97 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:113 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:128 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:134 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:138 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:142 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:145 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:148 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:154 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:161 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestManager.swift:167 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:11 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning CrowdinLocalizationDownloader.swift:35 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning CrowdinLocalizationDownloader.swift:43 Function body should span 50 lines or less excluding comments and whitespace: currently spans 67 lines (function_body_length)
Warning CrowdinLocalizationDownloader.swift:43 Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
Warning CrowdinLocalizationDownloader.swift:35 Line should be 120 characters or less; currently it has 169 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:43 Line should be 120 characters or less; currently it has 184 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:57 Line should be 120 characters or less; currently it has 168 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:68 Line should be 120 characters or less; currently it has 168 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:79 Line should be 120 characters or less; currently it has 166 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:91 Line should be 120 characters or less; currently it has 165 characters (line_length)
Warning CrowdinLocalizationDownloader.swift:12 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinLocalizationDownloader.swift:15 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinLocalizationDownloader.swift:16 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinLocalizationDownloader.swift:17 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinLocalizationDownloader.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:50 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:66 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:89 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:100 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:116 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:120 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:127 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:134 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:143 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLocalizationDownloader.swift:152 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsDownloadOperation.swift:15 Line should be 120 characters or less; currently it has 177 characters (line_length)
Warning CrowdinStringsDownloadOperation.swift:22 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinStringsDownloadOperation.swift:30 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning CrowdinStringsDownloadOperation.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinStringsDownloadOperation.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsDownloadOperation.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsDownloadOperation.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:40 Prefer at least one space after slashes for comments (comment_spacing)
Warning CrowdinXcstringsDownloadOperation.swift:42 Prefer at least one space after slashes for comments (comment_spacing)
Error CrowdinXcstringsDownloadOperation.swift:159 Force tries should be avoided (force_try)
Warning CrowdinXcstringsDownloadOperation.swift:65 Tuples should have at most 2 members (large_tuple)
Warning CrowdinXcstringsDownloadOperation.swift:103 Tuples should have at most 2 members (large_tuple)
Warning CrowdinXcstringsDownloadOperation.swift:65 Line should be 120 characters or less; currently it has 127 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:88 Line should be 120 characters or less; currently it has 169 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:103 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:176 Line should be 120 characters or less; currently it has 194 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:184 Line should be 120 characters or less; currently it has 150 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:193 Line should be 120 characters or less; currently it has 127 characters (line_length)
Warning CrowdinXcstringsDownloadOperation.swift:173 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinXcstringsDownloadOperation.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:64 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:76 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:83 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:89 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:102 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:106 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:112 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:115 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:125 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:128 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:133 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:149 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:158 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:160 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:164 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:175 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:183 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:190 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXcstringsDownloadOperation.swift:53 Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
Warning CrowdinJsonDownloadOperation.swift:17 Line should be 120 characters or less; currently it has 176 characters (line_length)
Warning CrowdinJsonDownloadOperation.swift:24 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinJsonDownloadOperation.swift:32 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning CrowdinJsonDownloadOperation.swift:15 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinJsonDownloadOperation.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinJsonDownloadOperation.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinJsonDownloadOperation.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsDownloadOperation.swift:30 There should be no space before and one after any comma (comma)
Warning CrowdinPluralsDownloadOperation.swift:15 Line should be 120 characters or less; currently it has 177 characters (line_length)
Warning CrowdinPluralsDownloadOperation.swift:22 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinPluralsDownloadOperation.swift:30 Line should be 120 characters or less; currently it has 142 characters (line_length)
Warning CrowdinPluralsDownloadOperation.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinPluralsDownloadOperation.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsDownloadOperation.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsDownloadOperation.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning ETagStorage.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning ETagStorage.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning ETagStorage.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffDownloadOperation.swift:18 Function should have complexity 10 or less; currently complexity is 15 (cyclomatic_complexity)
Warning CrowdinXliffDownloadOperation.swift:23 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:25 Line should be 120 characters or less; currently it has 132 characters (line_length)
Error CrowdinXliffDownloadOperation.swift:27 Line should be 200 characters or less; currently it has 242 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:33 Line should be 120 characters or less; currently it has 132 characters (line_length)
Error CrowdinXliffDownloadOperation.swift:35 Line should be 200 characters or less; currently it has 242 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:36 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:74 Line should be 120 characters or less; currently it has 177 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:81 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:89 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning CrowdinXliffDownloadOperation.swift:68 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinXliffDownloadOperation.swift:51 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinXliffDownloadOperation.swift:52 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinXliffDownloadOperation.swift:73 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffDownloadOperation.swift:80 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffDownloadOperation.swift:86 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffDownloadOperation.swift:96 Lines should not have trailing whitespace (trailing_whitespace)
Error UserDefaultsETagStorage.swift:16 Enum element name 'CrowdinETagsKey' should start with a lowercase character (identifier_name)
Warning UserDefaultsETagStorage.swift:24 Line should be 120 characters or less; currently it has 151 characters (line_length)
Warning UserDefaultsETagStorage.swift:35 Line should be 120 characters or less; currently it has 151 characters (line_length)
Warning UserDefaultsETagStorage.swift:40 Line should be 120 characters or less; currently it has 151 characters (line_length)
Warning UserDefaultsETagStorage.swift:47 Line should be 120 characters or less; currently it has 151 characters (line_length)
Warning UserDefaultsETagStorage.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaultsETagStorage.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinDownloadOperation.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinDownloadOperation.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinDownloadOperation.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning BlockAsyncOperation.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileEtagStorage.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileEtagStorage.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Extensions.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Extensions.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Extensions.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Extensions.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Extensions.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning AsyncOperation.swift:47 Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Warning AsyncOperation.swift:64 Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Warning AsyncOperation.swift:65 Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Warning AsyncOperation.swift:65 Use contains instead (reduce_boolean)
Warning CrowdinSDK+CrowdinProvider.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+CrowdinProvider.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+CrowdinProvider.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+CrowdinProvider.swift:12 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSDKConfig+CrowdinProvider.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+CrowdinProvider.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsMappingDownloadOperation.swift:15 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning CrowdinPluralsMappingDownloadOperation.swift:25 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning CrowdinPluralsMappingDownloadOperation.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinPluralsMappingDownloadOperation.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsMappingDownloadOperation.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinPluralsMappingDownloadOperation.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReactNative.swift:60 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning CrowdinSDK+ReactNative.swift:75 Line should be 120 characters or less; currently it has 185 characters (line_length)
Error CrowdinSDK+ReactNative.swift:77 Line should be 200 characters or less; currently it has 202 characters (line_length)
Warning CrowdinSDK+ReactNative.swift:79 Line should be 120 characters or less; currently it has 165 characters (line_length)
Warning CrowdinSDK+ReactNative.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReactNative.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReactNative.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReactNative.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReactNative.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffMappingDownloadOperation.swift:25 Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
Warning CrowdinXliffMappingDownloadOperation.swift:16 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:26 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:31 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:33 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:35 Line should be 120 characters or less; currently it has 136 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:37 Line should be 120 characters or less; currently it has 186 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:43 Line should be 120 characters or less; currently it has 136 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:45 Line should be 120 characters or less; currently it has 186 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:46 Line should be 120 characters or less; currently it has 149 characters (line_length)
Warning CrowdinXliffMappingDownloadOperation.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinXliffMappingDownloadOperation.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffMappingDownloadOperation.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffMappingDownloadOperation.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinXliffMappingDownloadOperation.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsMappingDownloadOperation.swift:15 Line should be 120 characters or less; currently it has 127 characters (line_length)
Warning CrowdinStringsMappingDownloadOperation.swift:25 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning CrowdinStringsMappingDownloadOperation.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinStringsMappingDownloadOperation.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsMappingDownloadOperation.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinStringsMappingDownloadOperation.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning LanguageResolver.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning LanguageResolver.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:17 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning CrowdinMappingDownloader.swift:17 Prefer at least one space after slashes for comments (comment_spacing)
Warning CrowdinMappingDownloader.swift:41 Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
Warning CrowdinMappingDownloader.swift:33 Line should be 120 characters or less; currently it has 126 characters (line_length)
Warning CrowdinMappingDownloader.swift:41 Line should be 120 characters or less; currently it has 138 characters (line_length)
Warning CrowdinMappingDownloader.swift:53 Line should be 120 characters or less; currently it has 166 characters (line_length)
Warning CrowdinMappingDownloader.swift:65 Line should be 120 characters or less; currently it has 159 characters (line_length)
Warning CrowdinMappingDownloader.swift:76 Line should be 120 characters or less; currently it has 159 characters (line_length)
Warning CrowdinMappingDownloader.swift:91 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning CrowdinMappingDownloader.swift:11 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinMappingDownloader.swift:14 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinMappingDownloader.swift:15 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinMappingDownloader.swift:16 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinMappingDownloader.swift:34 Else and catch should be on the same line, one space after the previous declaration (statement_position)
Warning CrowdinMappingDownloader.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:57 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:63 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:79 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:87 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:94 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:103 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:112 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:121 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingDownloader.swift:128 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:29 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning CrowdinMappingManager.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:84 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:103 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:111 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinMappingManager.swift:116 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+IntervalUpdate.swift:12 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSDKConfig+IntervalUpdate.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+IntervalUpdate.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+IntervalUpdate.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:23 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning IntervalUpdateFeature.swift:54 Line should be 120 characters or less; currently it has 142 characters (line_length)
Warning IntervalUpdateFeature.swift:39 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning IntervalUpdateFeature.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning IntervalUpdateFeature.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+IntervalUpdate.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+IntervalUpdate.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:27 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Error CrowdinSupportedLanguages.swift:14 Enum element name 'SupportedLanguages' should start with a lowercase character (identifier_name)
Error CrowdinSupportedLanguages.swift:15 Enum element name 'Crowdin' should start with a lowercase character (identifier_name)
Error CrowdinSupportedLanguages.swift:23 Line should be 200 characters or less; currently it has 204 characters (line_length)
Warning CrowdinSupportedLanguages.swift:82 Line should be 120 characters or less; currently it has 171 characters (line_length)
Warning CrowdinSupportedLanguages.swift:92 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning CrowdinSupportedLanguages.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:76 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:78 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:99 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:109 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSupportedLanguages.swift:114 Lines should not have trailing whitespace (trailing_whitespace)
Warning CGRect+Validation.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CGRect+Validation.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:51 Variable name 'vc' should be between 3 and 40 characters long (identifier_name)
Warning ScreenshotFeature.swift:79 Variable name 'vc' should be between 3 and 40 characters long (identifier_name)
Warning ScreenshotFeature.swift:39 Line should be 120 characters or less; currently it has 138 characters (line_length)
Warning ScreenshotFeature.swift:41 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning ScreenshotFeature.swift:44 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning ScreenshotFeature.swift:60 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning ScreenshotFeature.swift:61 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning ScreenshotFeature.swift:67 Line should be 120 characters or less; currently it has 167 characters (line_length)
Warning ScreenshotFeature.swift:70 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning ScreenshotFeature.swift:72 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning ScreenshotFeature.swift:88 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning ScreenshotFeature.swift:89 Line should be 120 characters or less; currently it has 160 characters (line_length)
Warning ScreenshotFeature.swift:91 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning ScreenshotFeature.swift:95 Line should be 120 characters or less; currently it has 175 characters (line_length)
Warning ScreenshotFeature.swift:104 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning ScreenshotFeature.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:36 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:69 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:82 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotFeature.swift:97 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:123 Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
Warning ScreenshotUploader.swift:123 Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
Warning ScreenshotUploader.swift:14 Line should be 120 characters or less; currently it has 156 characters (line_length)
Warning ScreenshotUploader.swift:15 Line should be 120 characters or less; currently it has 189 characters (line_length)
Warning ScreenshotUploader.swift:44 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning ScreenshotUploader.swift:58 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning ScreenshotUploader.swift:63 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning ScreenshotUploader.swift:73 Line should be 120 characters or less; currently it has 147 characters (line_length)
Warning ScreenshotUploader.swift:78 Line should be 120 characters or less; currently it has 158 characters (line_length)
Warning ScreenshotUploader.swift:81 Line should be 120 characters or less; currently it has 161 characters (line_length)
Warning ScreenshotUploader.swift:87 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning ScreenshotUploader.swift:103 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning ScreenshotUploader.swift:112 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning ScreenshotUploader.swift:123 Line should be 120 characters or less; currently it has 191 characters (line_length)
Warning ScreenshotUploader.swift:126 Line should be 120 characters or less; currently it has 169 characters (line_length)
Warning ScreenshotUploader.swift:135 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning ScreenshotUploader.swift:140 Line should be 120 characters or less; currently it has 185 characters (line_length)
Warning ScreenshotUploader.swift:153 Line should be 120 characters or less; currently it has 136 characters (line_length)
Warning ScreenshotUploader.swift:157 Line should be 120 characters or less; currently it has 154 characters (line_length)
Warning ScreenshotUploader.swift:163 Line should be 120 characters or less; currently it has 143 characters (line_length)
Warning ScreenshotUploader.swift:169 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning ScreenshotUploader.swift:173 Line should be 120 characters or less; currently it has 153 characters (line_length)
Warning ScreenshotUploader.swift:183 Line should be 120 characters or less; currently it has 126 characters (line_length)
Warning ScreenshotUploader.swift:54 Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
Warning ScreenshotUploader.swift:31 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning ScreenshotUploader.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:39 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:90 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:122 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:130 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:132 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:144 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:146 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:156 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:166 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:172 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:187 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotUploader.swift:190 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Screenshots.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Screenshots.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Error CrowdinSDK+Screenshots.swift:21 Line should be 200 characters or less; currently it has 222 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:22 Line should be 120 characters or less; currently it has 147 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:33 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:48 Line should be 120 characters or less; currently it has 144 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:64 Line should be 120 characters or less; currently it has 141 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:81 Line should be 120 characters or less; currently it has 153 characters (line_length)
Warning CrowdinSDK+Screenshots.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Screenshots.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Screenshots.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Screenshots.swift:71 Lines should not have trailing whitespace (trailing_whitespace)
Warning String+Validation.swift:20 Files should have a single trailing newline (trailing_newline)
Warning String+Validation.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Error UIWindow+KeyWindow.swift:12 Variable name 'cw_KeyWindow' should only contain alphanumeric and other allowed characters (identifier_name)
Warning UIWindow+KeyWindow.swift:19 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning UIWindow+KeyWindow.swift:25 Line should be 120 characters or less; currently it has 124 characters (line_length)
Warning UIWindow+KeyWindow.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIWindow+KeyWindow.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIWindow+KeyWindow.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIWindow+KeyWindow.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotProcessor.swift:1 Files should not contain leading whitespace (leading_whitespace)
Warning Bundle+URLScheme.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotInformationCollector.swift:39 Line should be 120 characters or less; currently it has 186 characters (line_length)
Error ScreenshotInformationCollector.swift:41 Line should be 200 characters or less; currently it has 214 characters (line_length)
Warning ScreenshotInformationCollector.swift:44 Line should be 120 characters or less; currently it has 162 characters (line_length)
Warning ScreenshotInformationCollector.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotInformationCollector.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Login.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Error CrowdinLoginConfig.swift:10 Line should be 200 characters or less; currently it has 211 characters (line_length)
Error CrowdinLoginConfig.swift:20 Line should be 200 characters or less; currently it has 242 characters (line_length)
Error CrowdinLoginConfig.swift:28 Line should be 200 characters or less; currently it has 216 characters (line_length)
Warning CrowdinLoginConfig.swift:29 Line should be 120 characters or less; currently it has 124 characters (line_length)
Error CrowdinLoginConfig.swift:30 Line should be 200 characters or less; currently it has 242 characters (line_length)
Warning CrowdinLoginConfig.swift:31 Line should be 120 characters or less; currently it has 141 characters (line_length)
Error CrowdinLoginConfig.swift:34 Line should be 200 characters or less; currently it has 216 characters (line_length)
Warning CrowdinLoginConfig.swift:35 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning CrowdinLoginConfig.swift:36 Line should be 120 characters or less; currently it has 141 characters (line_length)
Warning CrowdinLoginConfig.swift:39 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning CrowdinLoginConfig.swift:40 Line should be 120 characters or less; currently it has 140 characters (line_length)
Warning CrowdinLoginConfig.swift:42 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning CrowdinLoginConfig.swift:44 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning CrowdinLoginConfig.swift:46 Line should be 120 characters or less; currently it has 146 characters (line_length)
Error CrowdinLoginConfig.swift:47 Line should be 200 characters or less; currently it has 231 characters (line_length)
Warning CrowdinLoginConfig.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLoginConfig.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLoginConfig.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLoginConfig.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLoginConfig.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Login.swift:16 Line should be 120 characters or less; currently it has 138 characters (line_length)
Warning CrowdinSDK+Login.swift:12 TODOs should be resolved (Add error log if feature isn't...) (todo)
Warning CrowdinSDK+Login.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Login.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Login.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+Login.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning ActionRequest.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning ActionRequest.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning TopSuggestionResponse.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:12 Line should be 120 characters or less; currently it has 137 characters (line_length)
Warning CrowdinSocketManager.swift:54 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning CrowdinSocketManager.swift:55 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning CrowdinSocketManager.swift:15 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning CrowdinSocketManager.swift:16 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning CrowdinSocketManager.swift:17 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning CrowdinSocketManager.swift:18 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning CrowdinSocketManager.swift:19 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning CrowdinSocketManager.swift:36 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSocketManager.swift:41 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSocketManager.swift:46 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSocketManager.swift:51 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSocketManager.swift:52 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowdinSocketManager.swift:101 TODOs should be resolved (Fix in future:) (todo)
Warning CrowdinSocketManager.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:69 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:79 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSocketManager.swift:100 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:35 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning SocketAPI.swift:95 Prefer at least one space after slashes for comments (comment_spacing)
Warning SocketAPI.swift:98 Prefer at least one space after slashes for comments (comment_spacing)
Warning SocketAPI.swift:81 Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
Warning SocketAPI.swift:19 Variable name 'ws' should be between 3 and 40 characters long (identifier_name)
Warning SocketAPI.swift:20 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SocketAPI.swift:21 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SocketAPI.swift:22 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SocketAPI.swift:23 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SocketAPI.swift:24 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning SocketAPI.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:58 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:66 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:69 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:118 Lines should not have trailing whitespace (trailing_whitespace)
Warning SocketAPI.swift:121 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:54 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning LoginFeature.swift:64 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning LoginFeature.swift:74 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning LoginFeature.swift:40 Line should be 120 characters or less; currently it has 184 characters (line_length)
Warning LoginFeature.swift:46 Line should be 120 characters or less; currently it has 156 characters (line_length)
Warning LoginFeature.swift:50 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning LoginFeature.swift:92 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning LoginFeature.swift:169 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning LoginFeature.swift:179 Line should be 120 characters or less; currently it has 155 characters (line_length)
Warning LoginFeature.swift:102 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning LoginFeature.swift:103 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning LoginFeature.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:62 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:84 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:88 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:101 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:104 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:112 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:115 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:120 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:129 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:132 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:135 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:139 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:146 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:148 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:153 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:166 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:176 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:207 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:241 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:246 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:254 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginFeature.swift:260 Lines should not have trailing whitespace (trailing_whitespace)
Warning RULocalLocalizationStorage.swift:13 Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Refreshable.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning Refreshable.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning Refreshable.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning Refreshable.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning Refreshable.swift:81 Lines should not have trailing whitespace (trailing_whitespace)
Warning Refreshable.swift:85 Lines should not have trailing whitespace (trailing_whitespace)
Warning RURemoteLocalizationStorage.swift:26 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning RURemoteLocalizationStorage.swift:27 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning RURemoteLocalizationStorage.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning RURemoteLocalizationStorage.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning RURemoteLocalizationStorage.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning RURemoteLocalizationStorage.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:50 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Error RealtimeUpdateFeature.swift:114 Function name '_start()' should start with a lowercase character (identifier_name)
Warning RealtimeUpdateFeature.swift:66 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning RealtimeUpdateFeature.swift:70 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning RealtimeUpdateFeature.swift:78 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning RealtimeUpdateFeature.swift:97 Line should be 120 characters or less; currently it has 140 characters (line_length)
Warning RealtimeUpdateFeature.swift:110 Line should be 120 characters or less; currently it has 125 characters (line_length)
Error RealtimeUpdateFeature.swift:115 Line should be 200 characters or less; currently it has 226 characters (line_length)
Error RealtimeUpdateFeature.swift:139 Line should be 200 characters or less; currently it has 363 characters (line_length)
Warning RealtimeUpdateFeature.swift:168 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning RealtimeUpdateFeature.swift:177 Line should be 120 characters or less; currently it has 189 characters (line_length)
Warning RealtimeUpdateFeature.swift:106 Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
Warning RealtimeUpdateFeature.swift:19 When declaring properties in protocols, the order of accessors should be get set (protocol_property_accessors_order)
Warning RealtimeUpdateFeature.swift:46 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning RealtimeUpdateFeature.swift:135 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning RealtimeUpdateFeature.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:57 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:82 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:90 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:94 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:113 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:126 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:134 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:136 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:140 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:154 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:165 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:181 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:185 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:194 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:214 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:228 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:239 Lines should not have trailing whitespace (trailing_whitespace)
Warning RealtimeUpdateFeature.swift:245 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+RealtimeUpdates.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileDownloadOperation.swift:17 Line should be 120 characters or less; currently it has 144 characters (line_length)
Warning FileDownloadOperation.swift:26 Line should be 120 characters or less; currently it has 161 characters (line_length)
Warning FileDownloadOperation.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning FileDownloadOperation.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+RealtimeUpdates.swift:12 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning UIButton+RealtimeUpdates.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+RealtimeUpdates.swift:12 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning NSButton+RealtimeUpdates.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+RealtimeUpdates.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+RealtimeUpdates.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Error CrowdinSDK+ReatimeUpdates.swift:15 Line should be 200 characters or less; currently it has 224 characters (line_length)
Warning CrowdinSDK+ReatimeUpdates.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReatimeUpdates.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+ReatimeUpdates.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:19 The disabled 'implicitly_unwrapped_optional' rule was already disabled (blanket_disable_command)
Warning RUFilesDownloader.swift:19 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning RUFilesDownloader.swift:43 Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
Warning RUFilesDownloader.swift:118 where clauses are preferred over a single if inside a for (for_where)
Warning RUFilesDownloader.swift:43 Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines (function_body_length)
Warning RUFilesDownloader.swift:55 Line should be 120 characters or less; currently it has 183 characters (line_length)
Warning RUFilesDownloader.swift:134 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning RUFilesDownloader.swift:138 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning RUFilesDownloader.swift:143 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning RUFilesDownloader.swift:15 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning RUFilesDownloader.swift:16 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning RUFilesDownloader.swift:17 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning RUFilesDownloader.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:97 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:105 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:108 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:126 Lines should not have trailing whitespace (trailing_whitespace)
Warning RUFilesDownloader.swift:133 Lines should not have trailing whitespace (trailing_whitespace)
Error Constants.swift:15 Enum element name 'Crowdin' should start with a lowercase character (identifier_name)
Warning ObjectAssociation.swift:21 Use 'next', 'this' or 'previous' instead to disable the 'force_cast' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning ObjectAssociation.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning ObjectAssociation.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning Atomic.swift:18 Computed read-only properties should avoid using the get keyword (implicit_getter)
Warning Atomic.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning Atomic.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSNotification.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIView.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Error StringParam.swift:114 Variable name 'pattern_int' should only contain alphanumeric and other allowed characters (identifier_name)
Error StringParam.swift:115 Variable name 'pattern_float' should only contain alphanumeric and other allowed characters (identifier_name)
Warning StringParam.swift:171 Variable name 'fs' should be between 3 and 40 characters long (identifier_name)
Warning StringParam.swift:38 Line should be 120 characters or less; currently it has 147 characters (line_length)
Warning StringParam.swift:114 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning StringParam.swift:120 Line should be 120 characters or less; currently it has 158 characters (line_length)
Warning StringParam.swift:162 Else and catch should be on the same line, one space after the previous declaration (statement_position)
Warning StringParam.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:78 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:81 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:130 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:142 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:154 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:166 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:168 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:176 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:182 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:187 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:195 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:199 Lines should not have trailing whitespace (trailing_whitespace)
Warning StringParam.swift:203 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Application.swift:26 The disabled 'force_cast' rule was already disabled (blanket_disable_command)
Warning Bundle+Application.swift:32 The disabled 'force_cast' rule was already disabled (blanket_disable_command)
Warning Bundle+Application.swift:20 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Bundle+Application.swift:32 Use 'next', 'this' or 'previous' instead to disable the 'force_cast' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Bundle+Application.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Application.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Application.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Application.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Application.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning Locale.swift:21 Line should be 120 characters or less; currently it has 146 characters (line_length)
Warning Locale.swift:30 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning Locale.swift:19 Don't add a space between the method name and the parentheses (no_space_in_method_call)
Warning Locale.swift:24 TODOs should be resolved (find a better way of getting l...) (todo)
Warning Locale.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning Locale.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning Locale.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning Locale.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Crowdin.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Language.swift:12 Line should be 120 characters or less; currently it has 162 characters (line_length)
Warning Bundle+Language.swift:44 Line should be 120 characters or less; currently it has 162 characters (line_length)
Warning Bundle+Language.swift:26 TODOs should be resolved (Add handling case when interse...) (todo)
Warning Bundle+Language.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Language.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Language.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Language.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Swizzle.swift:39 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Bundle+Swizzle.swift:12 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Bundle+Swizzle.swift:27 Line should be 120 characters or less; currently it has 165 characters (line_length)
Warning Bundle+Swizzle.swift:28 Line should be 120 characters or less; currently it has 183 characters (line_length)
Warning Bundle+Swizzle.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Swizzle.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning Bundle+Swizzle.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Error Dictionary.swift:12 Variable name 'k' should be between 3 and 40 characters long (identifier_name)
Warning Dictionary.swift:12 Variable name 'rv' should be between 3 and 40 characters long (identifier_name)
Warning Dictionary.swift:14 Variable name 'lv' should be between 3 and 40 characters long (identifier_name)
Warning Dictionary.swift:15 Variable name 'lv' should be between 3 and 40 characters long (identifier_name)
Warning Dictionary.swift:15 Variable name 'rv' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:28 Variable name 'k' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:28 Variable name 'v' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:34 Variable name 'k' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:34 Variable name 'v' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:41 Variable name 'k' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:41 Variable name 'v' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:44 Variable name 'k' should be between 3 and 40 characters long (identifier_name)
Error Dictionary.swift:44 Variable name 'v' should be between 3 and 40 characters long (identifier_name)
Warning Dictionary.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning Dictionary.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning Dictionary.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning Dictionary.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:30 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Label+Swizzle.swift:105 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Label+Swizzle.swift:44 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning Label+Swizzle.swift:75 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning Label+Swizzle.swift:103 Line should be 120 characters or less; currently it has 180 characters (line_length)
Warning Label+Swizzle.swift:10 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning Label+Swizzle.swift:59 TODOs should be resolved (Add saving attributes.) (todo)
Warning Label+Swizzle.swift:97 TODOs should be resolved (Add saving attributes.) (todo)
Warning Label+Swizzle.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:36 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:39 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:63 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:84 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:92 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:125 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:139 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:148 Lines should not have trailing whitespace (trailing_whitespace)
Warning Label+Swizzle.swift:155 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:61 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning UIButton+Swizzle.swift:168 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning UIButton+Swizzle.swift:72 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning UIButton+Swizzle.swift:99 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning UIButton+Swizzle.swift:166 Line should be 120 characters or less; currently it has 167 characters (line_length)
Warning UIButton+Swizzle.swift:174 Line should be 120 characters or less; currently it has 124 characters (line_length)
Warning UIButton+Swizzle.swift:92 TODOs should be resolved (Add saving attributes.) (todo)
Warning UIButton+Swizzle.swift:137 TODOs should be resolved (Apply attributes.) (todo)
Warning UIButton+Swizzle.swift:160 TODOs should be resolved (Add saving attributes.) (todo)
Warning UIButton+Swizzle.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:85 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:98 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:134 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:143 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:153 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:172 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:177 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:191 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:200 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIButton+Swizzle.swift:207 Lines should not have trailing whitespace (trailing_whitespace)
Error UserDefaults.swift:18 Enum element name 'AppleLanguages' should start with a lowercase character (identifier_name)
Warning UserDefaults.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaults.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaults.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaults.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaults.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning UserDefaults.swift:70 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIViewController.swift:25 Line should be 120 characters or less; currently it has 161 characters (line_length)
Warning UIViewController.swift:30 Line should be 120 characters or less; currently it has 147 characters (line_length)
Warning UIViewController.swift:61 Line should be 120 characters or less; currently it has 136 characters (line_length)
Warning UIViewController.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIViewController.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIViewController.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIViewController.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning UIViewController.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:136 Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
Warning String.swift:73 where clauses are preferred over a single if inside a for (for_where)
Error String.swift:14 Variable name 'cw_localized' should only contain alphanumeric and other allowed characters (identifier_name)
Error String.swift:56 Line should be 200 characters or less; currently it has 244 characters (line_length)
Warning String.swift:66 Line should be 120 characters or less; currently it has 138 characters (line_length)
Warning String.swift:85 Line should be 120 characters or less; currently it has 136 characters (line_length)
Error String.swift:130 Line should be 200 characters or less; currently it has 263 characters (line_length)
Warning String.swift:135 Line should be 120 characters or less; currently it has 150 characters (line_length)
Warning String.swift:138 Line should be 120 characters or less; currently it has 122 characters (line_length)
Warning String.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:116 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:143 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:145 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:148 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:150 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:152 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:154 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:156 Lines should not have trailing whitespace (trailing_whitespace)
Warning String.swift:178 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:18 Computed read-only properties should avoid using the get keyword (implicit_getter)
Warning CrowdinLogsCollector.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinLogsCollector.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Debug.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDKConfig+Debug.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning Data+Extensions.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:40 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning NSButton+Swizzle.swift:135 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning NSButton+Swizzle.swift:51 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning NSButton+Swizzle.swift:78 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning NSButton+Swizzle.swift:133 Line should be 120 characters or less; currently it has 167 characters (line_length)
Warning NSButton+Swizzle.swift:71 TODOs should be resolved (Add saving attributes.) (todo)
Warning NSButton+Swizzle.swift:104 TODOs should be resolved (Apply attributes.) (todo)
Warning NSButton+Swizzle.swift:127 TODOs should be resolved (Add saving attributes.) (todo)
Warning NSButton+Swizzle.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:33 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:39 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:64 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:101 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:110 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:120 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:139 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:144 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:158 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:167 Lines should not have trailing whitespace (trailing_whitespace)
Warning NSButton+Swizzle.swift:174 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:37 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning CrowidnLog.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowidnLog.swift:63 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributedTextFormatter.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributedTextFormatter.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributedTextFormatter.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributedTextFormatter.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributedTextFormatter.swift:57 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPILog.swift:11 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPILog.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPILog.swift:35 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPILog.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning AttributeFactory.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinControl.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinControl.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning LogMessageObserver.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning LogMessageObserver.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning LogMessageObserver.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning LogMessageObserver.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning LogMessageObserver.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinTester.swift:23 Line should be 120 characters or less; currently it has 159 characters (line_length)
Warning CrowdinTester.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinTester.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinTester.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinTester.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK+PlatformsSupport.swift:68 Prefer at least one space after slashes for comments (comment_spacing)
Warning CrowdinSDK+PlatformsSupport.swift:72 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning CrowdinSDK+PlatformsSupport.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:26 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning Localization.swift:114 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning Localization.swift:114 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning Localization.swift:32 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Warning Localization.swift:57 Computed properties should first declare the getter and then the setter (computed_accessors_order)
Error Localization.swift:12 Variable name '_provider' should only contain alphanumeric and other allowed characters (identifier_name)
Warning Localization.swift:10 Line should be 120 characters or less; currently it has 149 characters (line_length)
Error Localization.swift:47 Line should be 200 characters or less; currently it has 206 characters (line_length)
Warning Localization.swift:55 Line should be 120 characters or less; currently it has 121 characters (line_length)
Warning Localization.swift:84 Line should be 120 characters or less; currently it has 130 characters (line_length)
Warning Localization.swift:88 TODOs should be resolved (Add proper method to extractor...) (todo)
Warning Localization.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:29 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:64 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:75 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:78 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:80 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning Localization.swift:106 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationStorage.swift:11 Line should be 120 characters or less; currently it has 171 characters (line_length)
Warning LocalizationStorage.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationStorage.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationStorage.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:98 The disabled 'force_cast' rule was already disabled (blanket_disable_command)
Warning LocalizationDataSource.swift:98 Use 'next', 'this' or 'previous' instead to disable the 'force_cast' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning LocalizationDataSource.swift:77 Function should have complexity 10 or less; currently complexity is 14 (cyclomatic_complexity)
Warning LocalizationDataSource.swift:26 where clauses are preferred over a single if inside a for (for_where)
Warning LocalizationDataSource.swift:30 where clauses are preferred over a single if inside a for (for_where)
Warning LocalizationDataSource.swift:88 Line should be 120 characters or less; currently it has 137 characters (line_length)
Warning LocalizationDataSource.swift:96 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning LocalizationDataSource.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:22 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:63 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:76 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationDataSource.swift:108 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:24 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning LocalizationProvider.swift:87 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Error LocalizationProvider.swift:35 Enum element name 'Plurals' should start with a lowercase character (identifier_name)
Error LocalizationProvider.swift:36 Enum element name 'LocalizableStringsdict' should start with a lowercase character (identifier_name)
Warning LocalizationProvider.swift:14 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning LocalizationProvider.swift:57 Line should be 120 characters or less; currently it has 139 characters (line_length)
Warning LocalizationProvider.swift:88 Line should be 120 characters or less; currently it has 182 characters (line_length)
Warning LocalizationProvider.swift:105 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning LocalizationProvider.swift:150 Line should be 120 characters or less; currently it has 191 characters (line_length)
Error LocalizationProvider.swift:168 Line should be 200 characters or less; currently it has 268 characters (line_length)
Warning LocalizationProvider.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:25 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:67 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:75 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:79 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:86 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:97 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:109 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:114 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:124 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:137 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:144 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:152 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:158 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:162 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:175 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationProvider.swift:190 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:28 Use 'next', 'this' or 'previous' instead to disable the 'force_try' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning LocalLocalizationStorage.swift:70 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning LocalLocalizationStorage.swift:86 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning LocalLocalizationStorage.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:43 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:58 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:79 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:84 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:95 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationStorage.swift:107 Lines should not have trailing whitespace (trailing_whitespace)
Warning RemoteLocalizationStorage.swift:15 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning RemoteLocalizationStorage.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinDownloader.swift:10 Line should be 120 characters or less; currently it has 130 characters (line_length)
Warning InBundleLocalizationStorage.swift:67 Use 'next', 'this' or 'previous' instead to disable the 'force_unwrapping' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning InBundleLocalizationStorage.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:36 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:47 Lines should not have trailing whitespace (trailing_whitespace)
Warning InBundleLocalizationStorage.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:75 Line should be 120 characters or less; currently it has 162 characters (line_length)
Warning LocalizationUpdateObserver.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:52 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:56 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:64 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalizationUpdateObserver.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsDownloadFileResponse.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsDownloadFileResponse.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Error LocalLocalizationExtractor.swift:12 Enum element name 'LocalPlurals' should start with a lowercase character (identifier_name)
Error LocalLocalizationExtractor.swift:13 Enum element name 'LocalizableStringsdict' should start with a lowercase character (identifier_name)
Warning LocalLocalizationExtractor.swift:36 Line should be 120 characters or less; currently it has 124 characters (line_length)
Warning LocalLocalizationExtractor.swift:43 Line should be 120 characters or less; currently it has 125 characters (line_length)
Error LocalLocalizationExtractor.swift:130 Line should be 200 characters or less; currently it has 207 characters (line_length)
Error LocalLocalizationExtractor.swift:138 Line should be 200 characters or less; currently it has 268 characters (line_length)
Warning LocalLocalizationExtractor.swift:69 Don't add a space between the method name and the parentheses (no_space_in_method_call)
Warning LocalLocalizationExtractor.swift:128 Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Error LocalLocalizationExtractor.swift:71 Prefer shorthand operators (+=, -=, *=, /=) over doing the operation and assigning (shorthand_operator)
Warning LocalLocalizationExtractor.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:20 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:32 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:54 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:59 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:66 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:75 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:81 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:97 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:104 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:111 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:118 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:125 Lines should not have trailing whitespace (trailing_whitespace)
Warning LocalLocalizationExtractor.swift:132 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsFilesListResponse.swift:91 Variable name 'en' should be between 3 and 40 characters long (identifier_name)
Warning ProjectsFilesListResponse.swift:92 Variable name 'de' should be between 3 and 40 characters long (identifier_name)
Warning ProjectsFilesListResponse.swift:97 Enum element name 'en' should be between 3 and 40 characters long (identifier_name)
Warning ProjectsFilesListResponse.swift:98 Enum element name 'de' should be between 3 and 40 characters long (identifier_name)
Warning ProjectsAPI.swift:45 Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
Warning ProjectsAPI.swift:16 Line should be 120 characters or less; currently it has 170 characters (line_length)
Warning ProjectsAPI.swift:28 Line should be 120 characters or less; currently it has 142 characters (line_length)
Warning ProjectsAPI.swift:40 Line should be 120 characters or less; currently it has 129 characters (line_length)
Warning ProjectsAPI.swift:51 Line should be 120 characters or less; currently it has 170 characters (line_length)
Warning ProjectsAPI.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsAPI.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsAPI.swift:39 Lines should not have trailing whitespace (trailing_whitespace)
Warning ProjectsAPI.swift:44 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK.swift:53 Use 'next', 'this' or 'previous' instead to disable the 'implicitly_unwrapped_optional' rule once, or re-enable it as soon as possible (blanket_disable_command`)
Warning CrowdinSDK.swift:28 Line should be 120 characters or less; currently it has 132 characters (line_length)
Warning CrowdinSDK.swift:66 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning CrowdinSDK.swift:67 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning CrowdinSDK.swift:71 Line should be 120 characters or less; currently it has 141 characters (line_length)
Error CrowdinSDK.swift:95 Line should be 200 characters or less; currently it has 208 characters (line_length)
Warning CrowdinSDK.swift:68 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinSDK.swift:107 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinSDK.swift:127 Lines should not have trailing whitespace (trailing_whitespace)
Warning RefreshTokenRequest.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning RefreshTokenRequest.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning TokenRequest.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning TokenRequest.swift:24 Lines should not have trailing whitespace (trailing_whitespace)
Warning TokenResponse.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:19 Line should be 120 characters or less; currently it has 154 characters (line_length)
Warning LoginAPI.swift:30 Line should be 120 characters or less; currently it has 176 characters (line_length)
Warning LoginAPI.swift:32 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning LoginAPI.swift:52 Line should be 120 characters or less; currently it has 130 characters (line_length)
Warning LoginAPI.swift:56 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning LoginAPI.swift:82 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning LoginAPI.swift:110 Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
Warning LoginAPI.swift:107 Don't add a space between the method name and the parentheses (no_space_in_method_call)
Warning LoginAPI.swift:105 Initializing an optional variable with nil is redundant (redundant_optional_initialization)
Warning LoginAPI.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:62 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:78 Lines should not have trailing whitespace (trailing_whitespace)
Warning LoginAPI.swift:103 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestResponse+CustomLangugage.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Error ManifestResponse.swift:32 Line should be 200 characters or less; currently it has 272 characters (line_length)
Warning ManifestResponse.swift:41 Line should be 120 characters or less; currently it has 198 characters (line_length)
Warning ManifestResponse.swift:60 Types should be nested at most 1 level deep (nesting)
Warning ManifestResponse.swift:14 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestResponse.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestResponse.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning ManifestResponse.swift:49 Lines should not have trailing whitespace (trailing_whitespace)
Warning DataParser.swift:21 Line should be 120 characters or less; currently it has 176 characters (line_length)
Warning DataParser.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning DataParser.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning DataParser.swift:30 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:55 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:76 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:92 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:103 Line should be 120 characters or less; currently it has 131 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:118 Line should be 120 characters or less; currently it has 127 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:133 Line should be 120 characters or less; currently it has 128 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:137 Line should be 120 characters or less; currently it has 137 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:149 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:163 Line should be 120 characters or less; currently it has 145 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:177 Line should be 120 characters or less; currently it has 141 characters (line_length)
Warning CrowdinContentDeliveryAPI.swift:54 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning CrowdinContentDeliveryAPI.swift:75 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning CrowdinContentDeliveryAPI.swift:91 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning CrowdinContentDeliveryAPI.swift:148 MARK comment should be in valid format. e.g. '// MARK: ...' or '// MARK: - ...' (mark)
Warning CrowdinContentDeliveryAPI.swift:26 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:36 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:41 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:45 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:53 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:74 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:90 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:102 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:117 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:132 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:147 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:162 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:176 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:190 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinContentDeliveryAPI.swift:207 Lines should not have trailing whitespace (trailing_whitespace)
Error LanguagesResponse.swift:73 Line should be 200 characters or less; currently it has 360 characters (line_length)
Warning XMLParser.swift:72 There should be no space before and one after any comma (comma)
Warning XMLParser.swift:91 There should be no space before and one after any comma (comma)
Warning XMLParser.swift:99 There should be no space before and one after any comma (comma)
Warning XMLParser.swift:14 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:15 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:16 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:17 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:51 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:70 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:88 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:116 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:126 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:134 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:135 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:140 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:152 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:155 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:158 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:162 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:167 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:177 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:190 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:191 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:193 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:194 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:198 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:199 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:204 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:210 Prefer at least one space after slashes for comments (comment_spacing)
Warning XMLParser.swift:212 Prefer at least one space after slashes for comments (comment_spacing)
Error XMLParser.swift:11 Variable name 'TextKey' should start with a lowercase character (identifier_name)
Error XMLParser.swift:12 Variable name 'AttributesKey' should start with a lowercase character (identifier_name)
Warning XMLParser.swift:15 Line should be 120 characters or less; currently it has 134 characters (line_length)
Warning XMLParser.swift:124 Line should be 120 characters or less; currently it has 185 characters (line_length)
Warning XMLParser.swift:175 Line should be 120 characters or less; currently it has 133 characters (line_length)
Warning XMLParser.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:31 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:40 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:50 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:55 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:68 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:77 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:87 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:98 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:100 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:113 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:125 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:130 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:143 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:146 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:148 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:160 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:166 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:170 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:174 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:176 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:182 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:209 Lines should not have trailing whitespace (trailing_whitespace)
Warning XMLParser.swift:215 Lines should not have trailing whitespace (trailing_whitespace)
Warning LanguagesAPI.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning LanguagesAPI.swift:18 Lines should not have trailing whitespace (trailing_whitespace)
Warning LanguagesAPI.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:13 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:46 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:51 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:61 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsResponse.swift:65 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsAPI.swift:12 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsAPI.swift:17 Lines should not have trailing whitespace (trailing_whitespace)
Warning DistributionsAPI.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Error StorageAPI.swift:13 Enum element name 'CrowdinAPIFileName' should start with a lowercase character (identifier_name)
Warning StorageAPI.swift:20 Line should be 120 characters or less; currently it has 125 characters (line_length)
Warning StorageAPI.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning StorageAPI.swift:19 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotsAPI.swift:21 Line should be 120 characters or less; currently it has 163 characters (line_length)
Warning ScreenshotsAPI.swift:29 Line should be 120 characters or less; currently it has 189 characters (line_length)
Warning ScreenshotsAPI.swift:37 Line should be 120 characters or less; currently it has 171 characters (line_length)
Error ScreenshotsAPI.swift:42 Line should be 200 characters or less; currently it has 226 characters (line_length)
Warning ScreenshotsAPI.swift:58 Line should be 120 characters or less; currently it has 123 characters (line_length)
Warning ScreenshotsAPI.swift:17 Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
Warning ScreenshotsAPI.swift:16 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotsAPI.swift:28 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotsAPI.swift:36 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotsAPI.swift:50 Lines should not have trailing whitespace (trailing_whitespace)
Warning ScreenshotsAPI.swift:57 Lines should not have trailing whitespace (trailing_whitespace)
Error CreateScreenshotResponse.swift:47 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error CreateScreenshotResponse.swift:47 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Warning CreateScreenshotResponse.swift:21 Lines should not have trailing whitespace (trailing_whitespace)
Warning CreateScreenshotResponse.swift:37 Lines should not have trailing whitespace (trailing_whitespace)
Error CreateScreenshotTagRequest.swift:23 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error CreateScreenshotTagRequest.swift:23 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Warning CreateScreenshotTagRequest.swift:15 Lines should not have trailing whitespace (trailing_whitespace)
Warning CreateScreenshotTagResponse.swift:23 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:49 Line should be 120 characters or less; currently it has 179 characters (line_length)
Warning CrowdinAPI.swift:50 Line should be 120 characters or less; currently it has 143 characters (line_length)
Warning CrowdinAPI.swift:52 Line should be 120 characters or less; currently it has 189 characters (line_length)
Warning CrowdinAPI.swift:61 Line should be 120 characters or less; currently it has 185 characters (line_length)
Warning CrowdinAPI.swift:73 Line should be 120 characters or less; currently it has 149 characters (line_length)
Warning CrowdinAPI.swift:75 Line should be 120 characters or less; currently it has 183 characters (line_length)
Warning CrowdinAPI.swift:94 Line should be 120 characters or less; currently it has 178 characters (line_length)
Warning CrowdinAPI.swift:95 Line should be 120 characters or less; currently it has 142 characters (line_length)
Warning CrowdinAPI.swift:97 Line should be 120 characters or less; currently it has 189 characters (line_length)
Warning CrowdinAPI.swift:106 Line should be 120 characters or less; currently it has 185 characters (line_length)
Warning CrowdinAPI.swift:118 Line should be 120 characters or less; currently it has 148 characters (line_length)
Warning CrowdinAPI.swift:120 Line should be 120 characters or less; currently it has 183 characters (line_length)
Warning CrowdinAPI.swift:139 Line should be 120 characters or less; currently it has 165 characters (line_length)
Warning CrowdinAPI.swift:140 Line should be 120 characters or less; currently it has 130 characters (line_length)
Warning CrowdinAPI.swift:142 Line should be 120 characters or less; currently it has 176 characters (line_length)
Warning CrowdinAPI.swift:151 Line should be 120 characters or less; currently it has 172 characters (line_length)
Warning CrowdinAPI.swift:163 Line should be 120 characters or less; currently it has 135 characters (line_length)
Warning CrowdinAPI.swift:165 Line should be 120 characters or less; currently it has 170 characters (line_length)
Warning CrowdinAPI.swift:192 Line should be 120 characters or less; currently it has 184 characters (line_length)
Warning CrowdinAPI.swift:79 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinAPI.swift:124 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinAPI.swift:144 Lines should not have trailing semicolons (trailing_semicolon)
Warning CrowdinAPI.swift:27 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:34 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:38 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:42 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:48 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:60 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:62 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:72 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:76 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:84 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:93 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:105 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:107 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:117 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:121 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:129 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:138 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:150 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:152 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:162 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:173 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:182 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:189 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:202 Lines should not have trailing whitespace (trailing_whitespace)
Warning CrowdinAPI.swift:209 Lines should not have trailing whitespace (trailing_whitespace)
Warning UpdateScreenshotRequest.swift:8 Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
Error ScreenshotsListResponse.swift:121 Variable name 'x' should be between 3 and 40 characters long (identifier_name)
Error ScreenshotsListResponse.swift:122 Variable name 'y' should be between 3 and 40 characters long (identifier_name)
Error ScreenshotsListResponse.swift:127 Enum element name 'x' should be between 3 and 40 characters long (identifier_name)
Error ScreenshotsListResponse.swift:128 Enum element name 'y' should be between 3 and 40 characters long (identifier_name)
Warning ScreenshotsListResponse.swift:16 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:17 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:32 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:85 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:86 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:127 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:128 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:129 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:130 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:146 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)
Warning ScreenshotsListResponse.swift:147 String enum values can be omitted when they are equal to the enumcase name (redundant_string_enum_value)

Generated by 🚫 Danger Swift against 56ba1bb

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

Attention: Patch coverage is 0% with 49 lines in your changes missing coverage. Please review.

Project coverage is 60.49%. Comparing base (6aca7dc) to head (56ba1bb).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
Sources/CrowdinSDK/CrowdinAPI/CrowdinAPI.swift 0.00% 31 Missing ⚠️
...SDK/CrowdinAPI/ScreenshotsAPI/ScreenshotsAPI.swift 0.00% 17 Missing ⚠️
...creenshotsAPI/Models/UpdateScreenshotRequest.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   61.17%   60.49%   -0.67%     
==========================================
  Files         121      122       +1     
  Lines        4377     4426      +49     
==========================================
  Hits         2677     2677              
- Misses       1700     1749      +49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@andrii-bodnar andrii-bodnar merged commit ffc8492 into master Nov 19, 2024
12 checks passed
@andrii-bodnar andrii-bodnar deleted the #321 branch November 19, 2024 08:42
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