Skip to content

Merge pull request #195 from TelemetryDeck/OrganisationSwitcher #100

Merge pull request #195 from TelemetryDeck/OrganisationSwitcher

Merge pull request #195 from TelemetryDeck/OrganisationSwitcher #100

Triggered via push May 31, 2024 08:32
Status Success
Total duration 40s
Artifacts

build.yml

on: push
Build macOS
0s
Build macOS
SwiftLint
32s
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#L69
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)