Merge pull request #192 from TelemetryDeck/PieCharts #93
build.yml
on: push
Build macOS
0s
SwiftLint
35s
Annotations
10 warnings
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L269
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L91
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L156
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L91
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
|
SwiftLint:
Shared/Login + Register/LoginView.swift#L17
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/InsightResultService.swift#L75
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
SwiftLint:
UIComponents/Color.swift#L55
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 4 (vertical_whitespace)
|
SwiftLint:
APIClient/APIClient.swift#L98
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
SwiftLint:
iOS/InsightGroupsView.swift#L43
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
iOS/InsightGroupsView.swift#L75
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|