Add cluster structure #84
build.yml
on: pull_request
Build macOS
0s
SwiftLint
29s
Annotations
1 error and 10 warnings
SwiftLint:
Cluster/QueryRunner.swift#L75
Line should be 300 characters or less; currently it has 309 characters (line_length)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L269
Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L91
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L156
Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint:
Shared/Insight and Groups/QueryView.swift#L91
Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
|
SwiftLint:
Shared/Login + Register/LoginView.swift#L17
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/QueryService.swift#L82
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/QueryService.swift#L87
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/QueryService.swift#L89
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/QueryService.swift#L90
Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Services/QueryService.swift#L106
Lines should not have trailing whitespace (trailing_whitespace)
|