Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SwiftLint rule to prevent multiple variable declarations on one line #5990

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AhmedZaghloul19
Copy link

for the issue:
Rule Request: Avoid multiple statements on a single line separated with semicolons #5829

@SwiftLintBot
Copy link

19968 Warnings
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:279:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:317:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:326:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:369:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:373:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:394:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:397:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:482:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:530:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:533:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:552:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:586:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:596:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:333:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:359:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:392:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:434:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:465:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:486:21: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:686:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:700:60: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:700:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:798:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:112:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:132:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:158:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:252:69: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:252:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:256:69: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/PoiStringProvider.swift:256:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoCache.swift:463:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoDownload.swift:103:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:170:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:188:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:46:15: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:47:15: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:89:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/DownloadManager.swift:164:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/NSImage+trim.swift:90:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/NSImage+trim.swift:93:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:273:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/ISSoundAdditions/SoundOutputManager+Goodies.swift:47:5: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/ISSoundAdditions/SoundOutputManager.swift:54:7: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:493:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:718:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:948:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:36:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:89:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/SourceList.swift:270:29: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:17:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:247:103: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:247:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:379:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:440:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:540:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:545:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:81:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:81:80: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:83:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:83:80: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:85:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:85:80: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:87:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Sources/VideoList.swift:87:80: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:102:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Models/Time/Solar.swift:107:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/LocationLayer.swift:135:10: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/ConditionSymbolLayer.swift:213:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:27:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:34:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:46:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:60:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:67:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/Layers/Weather/WeatherLayer.swift:79:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoMessageView.swift:47:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTableSource.swift:121:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTableSource.swift:129:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/InfoTableSource.swift:130:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoViewItem.swift:20:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Aerial/Source/Views/PrefPanel/VideoViewItem.swift:23:21: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/First time setup/VideoFormatViewController.swift:104:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/BrightnessViewController.swift:66:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/BrightnessViewController.swift:87:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/FiltersViewController.swift:42:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/NowPlayingViewController.swift:214:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/NowPlayingViewController.swift:245:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/OverlaysViewController.swift:199:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/SourcesViewController.swift:217:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/SourcesViewController.swift:281:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/SourcesViewController.swift:282:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/SourcesViewController.swift:356:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/TimeViewController.swift:214:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/Settings panels/TimeViewController.swift:220:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:215:105: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:215:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:505:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:693:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:712:104: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:712:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Aerial: /Resources/MainUI/VideosViewController.swift:734:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Example/Source/DetailViewController.swift:97:21: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:257:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:263:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:269:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:275:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:282:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:289:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:296:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:303:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:310:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:317:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:325:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:333:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:340:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:347:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:354:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:361:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:371:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:377:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:424:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:430:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:436:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:442:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:448:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/AFError.swift:454:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:133:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:147:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:151:13: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:160:9: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:235:17: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ This PR introduced a violation in Alamofire: /Source/Core/DataRequest.swift:235:54: warning: Multiple Variable Declaration Violation: Variables should not be declared on the same line (multiple_variable_declaration)
⚠️ Danger found 19968 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 131.
18 Messages
📖 Building this branch resulted in a binary size of 29501.32 KiB vs 29491.24 KiB when built on main (0% larger).
📖 Linting Aerial with this PR took 1.78 s vs 0.94 s on main (89% slower).
📖 Linting Alamofire with this PR took 1.27 s vs 1.27 s on main (0% slower).
📖 Linting Brave with this PR took 8.49 s vs 8.47 s on main (0% slower).
📖 Linting DuckDuckGo with this PR took 5.52 s vs 5.52 s on main (0% slower).
📖 Linting Firefox with this PR took 11.55 s vs 11.53 s on main (0% slower).
📖 Linting Kickstarter with this PR took 10.12 s vs 10.01 s on main (1% slower).
📖 Linting Moya with this PR took 0.52 s vs 0.54 s on main (3% faster).
📖 Linting NetNewsWire with this PR took 2.86 s vs 2.85 s on main (0% slower).
📖 Linting Nimble with this PR took 0.78 s vs 0.78 s on main (0% slower).
📖 Linting PocketCasts with this PR took 8.73 s vs 8.68 s on main (0% slower).
📖 Linting Quick with this PR took 0.44 s vs 0.44 s on main (0% slower).
📖 Linting Realm with this PR took 4.51 s vs 4.5 s on main (0% slower).
📖 Linting Sourcery with this PR took 2.31 s vs 2.3 s on main (0% slower).
📖 Linting Swift with this PR took 4.66 s vs 4.66 s on main (0% slower).
📖 Linting VLC with this PR took 1.24 s vs 1.24 s on main (0% slower).
📖 Linting Wire with this PR took 18.24 s vs 18.22 s on main (0% slower).
📖 Linting WordPress with this PR took 11.31 s vs 11.28 s on main (0% slower).

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants