Skip to content

feat: RichView Module - Modern Rich Text Rendering System (Phases 1-4 Complete) #119

feat: RichView Module - Modern Rich Text Rendering System (Phases 1-4 Complete)

feat: RichView Module - Modern Rich Text Rendering System (Phases 1-4 Complete) #119

Triggered via pull request October 19, 2025 14:38
Status Success
Total duration 35s
Artifacts

pr-validation.yml

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

Annotations

10 errors
SwiftLint: V2er/General/Extentions.swift#L69
Line Length Violation: Line should be 120 characters or less; currently it has 152 characters (line_length)
SwiftLint: V2er/General/Extentions.swift#L241
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
SwiftLint: V2er/General/Extentions.swift#L184
Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
SwiftLint: V2er/General/Extentions.swift#L184
Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
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/AccountState.swift#L12
Identifier Name Violation: Variable name 'ACCOUNT_KEY' should only contain alphanumeric and other allowed characters (identifier_name)