Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Updated feed & profile post styles #580

Updated feed & profile post styles

Updated feed & profile post styles #580

Triggered via pull request October 9, 2023 01:28
Status Success
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

swiftlint.yaml

on: pull_request
SwiftLint
41s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: xcode/Subconscious/Tests macOS/Tests_macOS.swift#L13
Line Length Violation: Line should be 100 characters or less; currently it has 109 characters (line_length)
SwiftLint: xcode/Subconscious/Tests macOS/Tests_macOS.swift#L18
Line Length Violation: Line should be 100 characters or less; currently it has 182 characters (line_length)
SwiftLint: xcode/Subconscious/Tests macOS/Tests_macOS.swift#L22
Line Length Violation: Line should be 100 characters or less; currently it has 111 characters (line_length)
SwiftLint: xcode/Subconscious/Shared/Parsers/Header.swift#L188
Syntactic Sugar Violation: Shorthand syntactic sugar should be used, i.e. [Int] instead of Array<Int> (syntactic_sugar)
SwiftLint: xcode/Subconscious/Shared/Parsers/Subtext.swift#L100
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
SwiftLint: xcode/Subconscious/Shared/Parsers/Subtext.swift#L27
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: xcode/Subconscious/Shared/OnboardingTheme.swift#L34
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: xcode/Subconscious/Shared/OnboardingTheme.swift#L45
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
SwiftLint: xcode/Subconscious/Shared/Parsers/Tape.swift#L48
Line Length Violation: Line should be 100 characters or less; currently it has 103 characters (line_length)
SwiftLint: xcode/Subconscious/Shared/Parsers/Tape.swift#L101
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)