Skip to content

Merge pull request #162 from JayFiDev/fix_WelcomeScreenIpad #62

Merge pull request #162 from JayFiDev/fix_WelcomeScreenIpad

Merge pull request #162 from JayFiDev/fix_WelcomeScreenIpad #62

Triggered via push January 18, 2024 15:20
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
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Shared/Insight and Groups/InsightCard.swift#L117
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Shared/Insight and Groups/QueryView.swift#L90
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Shared/Insight and Groups/QueryView.swift#L155
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
SwiftLint: Shared/Insight and Groups/QueryView.swift#L90
Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
SwiftLint: SwiftUICharts/Models/ChartDataSet.swift#L84
Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint: SwiftUICharts/Charts/RawChartView.swift#L147
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: SwiftUICharts/Charts/RawChartView.swift#L155
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: SwiftUICharts/Charts/RawChartView.swift#L158
Lines should not have trailing whitespace (trailing_whitespace)
SwiftLint: Services/InsightResultService.swift#L75
Remove overridden functions that don't do anything except call their super (unneeded_override)