Skip to content

Remove Sendable conformance from entry types (#44) #74

Remove Sendable conformance from entry types (#44)

Remove Sendable conformance from entry types (#44) #74

Triggered via push September 19, 2024 07:13
Status Success
Total duration 12m 17s
Artifacts

swift.yml

on: push
SwiftLint version 3.2.1
30s
SwiftLint version 3.2.1
Matrix: LatestVersionBuild
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint version 3.2.1: Sources/DynamoDBTables/RowWithItemVersion.swift#L1
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint version 3.2.1: Sources/DynamoDBTables/RowWithItemVersion.swift#L20
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint version 3.2.1: 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)
SwiftLint version 3.2.1: 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)
SwiftLint version 3.2.1: 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)
SwiftLint version 3.2.1: Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L1
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint version 3.2.1: Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L20
Comment Spacing Violation: Prefer at least one space after slashes for comments (comment_spacing)
SwiftLint version 3.2.1: 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)
SwiftLint version 3.2.1: Sources/DynamoDBTables/QueryInput+forSortKeyCondition.swift#L31
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
SwiftLint version 3.2.1: 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)