Merge pull request #195 from TelemetryDeck/OrganisationSwitcher #100
Annotations
10 warnings
Shared/Login + Register/LoginView.swift#L17
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
Services/OrgService.swift#L69
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Services/InsightResultService.swift#L75
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
|
UIComponents/Color.swift#L55
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 4 (vertical_whitespace)
|
APIClient/DTOs/OrganizationInfo.swift#L41
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
|
APIClient/APIClient.swift#L100
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
iOS/InsightGroupsView.swift#L75
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
SwiftUICharts/Models/ChartDataSet.swift#L84
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
|
SwiftUICharts/Charts/RawChartView.swift#L147
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftUICharts/Charts/RawChartView.swift#L155
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
This job succeeded
Loading