feat: add support for additional HTML tags in RichView #6
ci.yml
on: pull_request
SwiftLint
31s
SwiftFormat Check
35s
PR Size Check
8s
Check Commit Messages
4s
Build and Test
5m 40s
Code Coverage
5m 38s
Annotations
11 errors and 1 warning
|
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#L11
Type Body Length Violation: Class body should span 350 lines or less excluding comments and whitespace: currently spans 358 lines (type_body_length)
|
|
SwiftLint:
V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L465
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
|
SwiftLint:
V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L447
Line Length Violation: Line should be 120 characters or less; currently it has 124 characters (line_length)
|
|
SwiftLint:
V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L456
Identifier Name Violation: Variable name 'i' should be between 3 and 40 characters long (identifier_name)
|
|
SwiftLint:
V2erTests/RichView/HTMLToMarkdownConverterTests.swift#L465
File Length Violation: File should contain 400 lines or less: currently contains 465 (file_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)
|
|
SwiftFormat Check
Process completed with exit code 1.
|
|
SwiftFormat Check
swiftformat 0.58.6 is already installed and up-to-date.
To reinstall 0.58.6, run:
brew reinstall swiftformat
|