SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Apply consistent capitalization to rule names

Open SimplyDanny opened this issue 2 years ago • 1 comments

SimplyDanny avatar Apr 09 '22 08:04 SimplyDanny

28089 Warnings
:warning: If this is a user-facing change, please include a CHANGELOG entry to credit yourself!
You can find it at CHANGELOG.md.
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:203:38: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:586:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:587:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:68:35: warning: Overridden Method Calls Super Violation: Method 'awakeFromNib()' should call to super function (overridden_super_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/Forecast.swift:196:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/Forecast.swift:221:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/GeoCoding.swift:69:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:229:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:253:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:257:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/OpenWeather.swift:192:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/API/OpenWeather.swift:215:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Aerial.swift:325:25: warning: Prefer For-Where Violation: where clauses are preferred over a single if inside a for. (for_where)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/AerialVideo.swift:136:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:223:49: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:267:49: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:303:49: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:612:30: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:613:30: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:614:30: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:629:30: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:630:30: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:672:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:674:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:676:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:25:5: warning: Strict Fileprivate Violation: fileprivate should be avoided. (strict_fileprivate)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:64:12: warning: Contains over First not Nil Violation: Prefer contains over firstIndex(where:) != nil (contains_over_first_not_nil)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:52:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:53:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:54:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:58:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:68:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:82:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:88:5: warning: Lower ACL than Parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Downloads/DownloadManager.swift:16:5: warning: Strict Fileprivate Violation: fileprivate should be avoided. (strict_fileprivate)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:23:13: warning: Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:24:13: warning: Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:25:13: warning: Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:26:13: warning: Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:27:13: warning: Cases on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:339:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:346:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:355:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:54:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:56:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:85:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:512:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:514:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:204:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:205:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:210:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:211:21: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:202:60: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:203:60: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:204:60: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:205:60: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:206:60: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:211:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:212:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:213:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:214:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:215:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:216:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:217:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:218:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:219:58: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:224:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:225:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:226:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:227:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:228:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:229:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:230:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:235:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:236:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:237:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:238:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:239:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:240:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:245:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:246:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:247:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:248:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:249:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:250:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:255:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:256:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:257:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:258:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:259:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:295:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:296:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:297:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:298:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:311:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:312:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:313:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:314:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:315:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:316:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:317:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:318:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:319:54: warning: Vertical Parameter Alignment on Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:402:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:404:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:406:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:408:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:410:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:412:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:414:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:416:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:418:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:428:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:430:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:432:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:434:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:436:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:438:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:440:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:442:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:444:1: warning: Vertical Whitespace between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: Danger found 28089 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 122.
28106 Messages
:book: Linting Aerial with this PR took 0.38s vs 0.37s on main (2% slower)
:book: Linting Alamofire with this PR took 0.39s vs 0.39s on main (0% slower)
:book: Linting Brave with this PR took 2.12s vs 2.12s on main (0% slower)
:book: Linting DuckDuckGo with this PR took 0.93s vs 0.92s on main (1% slower)
:book: Linting Firefox with this PR took 1.99s vs 1.99s on main (0% slower)
:book: Linting Kickstarter with this PR took 2.64s vs 2.64s on main (0% slower)
:book: Linting Moya with this PR took 0.19s vs 0.19s on main (0% slower)
:book: Linting NetNewsWire with this PR took 0.92s vs 0.91s on main (1% slower)
:book: Linting Nimble with this PR took 0.21s vs 0.21s on main (0% slower)
:book: Linting PocketCasts with this PR took 1.97s vs 1.99s on main (1% faster)
:book: Linting Quick with this PR took 0.11s vs 0.11s on main (0% slower)
:book: Linting Realm with this PR took 1.4s vs 1.41s on main (0% faster)
:book: Linting SourceKitten with this PR took 0.16s vs 0.16s on main (0% slower)
:book: Linting Sourcery with this PR took 0.67s vs 0.66s on main (1% slower)
:book: Linting Swift with this PR took 1.48s vs 1.47s on main (0% slower)
:book: Linting VLC with this PR took 0.46s vs 0.47s on main (2% faster)
:book: Linting Wire with this PR took 2.54s vs 2.52s on main (0% slower)
:book: Linting WordPress with this PR took 3.29s vs 3.29s on main (0% slower)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:203:38: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:586:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:587:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Controllers/CustomVideoController.swift:68:35: warning: Overridden methods call super Violation: Method 'awakeFromNib()' should call to super function (overridden_super_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/Forecast.swift:196:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/Forecast.swift:221:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/GeoCoding.swift:69:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:229:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:253:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/OneCall.swift:257:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/OpenWeather.swift:192:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/API/OpenWeather.swift:215:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Aerial.swift:325:25: warning: For Where Violation: where clauses are preferred over a single if inside a for. (for_where)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/AerialVideo.swift:136:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:223:49: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:267:49: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:303:49: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:612:30: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:613:30: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:614:30: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:629:30: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:630:30: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:672:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:674:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/Cache.swift:676:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:25:5: warning: Strict fileprivate Violation: fileprivate should be avoided. (strict_fileprivate)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Cache/VideoManager.swift:64:12: warning: Contains over first not nil Violation: Prefer contains over firstIndex(where:) != nil (contains_over_first_not_nil)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:52:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:53:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:54:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:58:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:68:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:82:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/AsynchronousOperation.swift:88:5: warning: Lower ACL than parent Violation: Ensure declarations have a lower access control level than their enclosing parent (lower_acl_than_parent)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Downloads/DownloadManager.swift:16:5: warning: Strict fileprivate Violation: fileprivate should be avoided. (strict_fileprivate)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:23:13: warning: Switch Case on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:24:13: warning: Switch Case on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:25:13: warning: Switch Case on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:26:13: warning: Switch Case on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Extensions/AVAsset+VideoOrientation.swift:27:13: warning: Switch Case on Newline Violation: Cases inside a switch should always be on a newline (switch_case_on_newline)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:339:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:346:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/DisplayDetection.swift:355:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:54:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:56:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Hardware/HardwareDetection.swift:85:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:512:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/ManifestLoader.swift:514:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:204:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:205:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:210:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Music/Music.swift:211:21: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:202:60: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:203:60: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:204:60: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:205:60: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:206:60: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:211:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:212:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:213:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:214:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:215:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:216:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:217:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:218:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:219:58: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:224:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:225:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:226:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:227:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:228:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:229:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:230:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:235:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:236:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:237:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:238:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:239:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:240:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:245:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:246:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:247:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:248:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:249:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:250:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:255:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:256:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:257:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:258:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:259:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:295:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:296:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:297:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:298:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:311:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:312:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:313:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:314:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:315:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:316:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:317:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:318:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:319:54: warning: Vertical Parameter Alignment On Call Violation: Function parameters should be aligned vertically if they're in multiple lines in a method call. (vertical_parameter_alignment_on_call)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:402:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:404:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:406:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:408:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:410:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:412:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:414:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:416:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:418:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:428:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:430:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:432:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:434:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:book: This PR fixed a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:436:1: warning: Vertical Whitespace Between Cases Violation: Include a single empty line between switch cases. (vertical_whitespace_between_cases)
:warning: Danger found 28106 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 135.

Here's an example of your CHANGELOG entry:

* Apply consistent capitalization to rule names.  
  [SimplyDanny](https://github.com/SimplyDanny)
  [#issue_number](https://github.com/realm/SwiftLint/issues/issue_number)

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

Generated by :no_entry_sign: Danger

SwiftLintBot avatar Apr 09 '22 09:04 SwiftLintBot