Merge pull request #194 from TelemetryDeck/RemovalOfNotifications #97
build.yml
on: push
Build macOS
0s
SwiftLint
33s
Annotations
9 warnings
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#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)
|
SwiftLint:
SwiftUICharts/Charts/RawChartView.swift#L158
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|