Quote fixes #21
Merged
Quote fixes #21
Annotations
7 warnings
|
GitHub Action for SwiftLint:
Example/Source/StoryboardTextViewController.swift#L59
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
GitHub Action for SwiftLint:
Example/Source/CodeTextViewController.swift#L110
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
GitHub Action for SwiftLint:
Example/Source/StoryboardLabelViewController.swift#L62
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
GitHub Action for SwiftLint:
Example/Source/BaseViewController.swift#L108
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
GitHub Action for SwiftLint:
Example/Source/CodeLabelViewController.swift#L66
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
|
GitHub Action for SwiftLint:
Source/CDMarkdownTask.swift#L37
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
|
GitHub Action for SwiftLint:
Source/CDMarkdownParser.swift#L81
Function Body Length Violation: Initializer body should span 71 lines or less excluding comments and whitespace: currently spans 75 lines (function_body_length)
|
Loading