Sync SwiftUI branch #47
pull_request.yml
on: pull_request
SwiftLint
/
SwiftLint
21s
Annotations
10 errors
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L35
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L43
Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports (attributes)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L33
File Types Order Violation: A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L45
Type Contents Order Violation: An 'initializer' should not be placed amongst the type content(s) 'instance_property' (type_contents_order)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L100
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L136
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L144
Vertical Whitespace before Closing Braces Violation: Don't include vertical whitespace (empty line) before closing braces (vertical_whitespace_closing_braces)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L104
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L140
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
SwiftLint / SwiftLint:
ResearchKitSwiftUI/Results/ResultValue.swift#L44
Identifier Name Violation: Variable name 'a' should be between 3 and 40 characters long (identifier_name)
|