Skip to content

Add filter menu support to home page for V2EX content categories #37

Add filter menu support to home page for V2EX content categories

Add filter menu support to home page for V2EX content categories #37

Re-run triggered September 20, 2025 06:50
Status Success
Total duration 35s
Artifacts

pr-validation.yml

on: pull_request
SwiftLint
31s
SwiftLint
PR Size Check
5s
PR Size Check
Check Commit Messages
4s
Check Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
SwiftLint: V2er/General/Extentions.swift#L204
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
SwiftLint: V2er/General/Extentions.swift#L271
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/Extentions.swift#L261
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/Extentions.swift#L260
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/Extentions.swift#L120
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/RootView.swift#L89
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint: V2er/General/RootView.swift#L12
Returning Whitespace Violation: Return arrow and return type should be separated by a single space or on a separate line (return_arrow_whitespace)
SwiftLint: V2er/General/RootView.swift#L16
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2er/General/RootView.swift#L9
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint: V2erUITests/V2erUITests.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)
Check Commit Messages
Found 2 commits without conventional format: - ce8e9ce: Initial plan - a6d92d0: Add filter menu support with tab selection