Sync SwiftUI branch #45
Annotations
10 errors
SwiftLint:
Package.swift#L49
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
SwiftLint:
Package.swift#L51
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
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:
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:
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:
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:
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:
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:
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:
ResearchKitSwiftUI/ResearchFormStepContentView.swift#L104
Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
|
Loading