Skip to content

OrgSwitcher

OrgSwitcher #98

Triggered via pull request May 29, 2024 10:54
Status Success
Total duration 38s
Artifacts

build.yml

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

Annotations

10 warnings
SwiftLint: Shared/Login + Register/LoginView.swift#L17
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Services/OrgService.swift#L72
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
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/DTOs/OrganizationInfo.swift#L41
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
SwiftLint: APIClient/APIClient.swift#L100
Comma Spacing Violation: There should be no space before and one after any comma (comma)
SwiftLint: iOS/InsightGroupsView.swift#L75
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
SwiftLint: SwiftUICharts/Models/ChartDataSet.swift#L84
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: SwiftUICharts/Charts/RawChartView.swift#L147
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: SwiftUICharts/Charts/RawChartView.swift#L155
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)