Skip to content

Stacked bar charts

Stacked bar charts #89

Triggered via pull request May 28, 2024 08:01
Status Success
Total duration 44s
Artifacts

build.yml

on: pull_request
Build macOS
0s
Build macOS
SwiftLint
34s
SwiftLint
Fit to window
Zoom out
Zoom in

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: Cluster/Chart/BarChart/BarCharTopN.swift#L47
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
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)