Skip to content

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

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

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

Triggered via pull request October 22, 2025 15:12
Status Success
Total duration 47s
Artifacts

pr-validation.yml

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

Annotations

10 errors
SwiftLint: V2erTests/RichView/MentionParserTests.swift#L248
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/RenderPerformanceTests.swift#L12
Type Body Length Violation: Class body should span 250 lines or less excluding comments and whitespace: currently spans 261 lines (type_body_length)
SwiftLint: V2erTests/RichView/RenderPerformanceTests.swift#L361
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/RichViewCacheTests.swift#L359
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/RichViewCacheTests.swift#L327
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L245
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L239
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
SwiftLint: V2erTests/RichView/MarkdownRendererTests.swift#L342
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/LanguageDetectorTests.swift#L329
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erUITests/V2erUITests.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)