Skip to content

fix: add minimum delay for pull-to-refresh animation #16

fix: add minimum delay for pull-to-refresh animation

fix: add minimum delay for pull-to-refresh animation #16

Triggered via pull request December 1, 2025 14:23
Status Success
Total duration 11m 59s
Artifacts

ci.yml

on: pull_request
SwiftLint
29s
SwiftLint
SwiftFormat Check
13s
SwiftFormat Check
PR Size Check
5s
PR Size Check
Check Commit Messages
7s
Check Commit Messages
Build and Test
11m 53s
Build and Test
Code Coverage
6m 51s
Code Coverage
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
SwiftFormat Check
Process completed with exit code 1.
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L11
Type Body Length Violation: Class body should span 350 lines or less excluding comments and whitespace: currently spans 368 lines (type_body_length)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L477
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L459
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L468
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
SwiftLint: V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L477
File Length Violation: File should contain 400 lines or less: currently contains 477 (file_length)
SwiftLint: V2erTests/RichView/MarkdownRendererTests.swift#L13
Type Body Length Violation: Class body should span 250 lines or less excluding comments and whitespace: currently spans 278 lines (type_body_length)
SwiftLint: V2erTests/RichView/MarkdownRendererTests.swift#L381
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#L42
Line Length Violation: Line should be 120 characters or less; currently it has 126 characters (line_length)
SwiftLint: V2erUITests/V2erUITests.swift#L19
Line Length Violation: Line should be 120 characters or less; currently it has 182 characters (line_length)
SwiftFormat Check
swiftformat 0.58.6 is already installed and up-to-date. To reinstall 0.58.6, run: brew reinstall swiftformat