Remove Sendable conformance from entry types (#44) #74
Annotations
10 warnings
Sources/DynamoDBTables/RowWithItemVersion.swift#L1
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
Sources/DynamoDBTables/RowWithItemVersion.swift#L20
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
Sources/DynamoDBTables/RowWithItemVersion.swift#L45
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/DynamoDBTables/RowWithItemVersion.swift#L52
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/DynamoDBTables/RowWithItemVersion.swift#L59
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L1
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L20
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
|
Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L31
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 57 lines (function_body_length)
|
Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L31
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
|
Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L40
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
|
This job succeeded
Loading