Adopt Swift Testing and 6.0 for CI. #67
Triggered via pull request
September 18, 2024 08:29
Status
Success
Total duration
11m 55s
Artifacts
–
swift.yml
on: pull_request
SwiftLint version 3.2.1
27s
Matrix: LatestVersionBuild
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)
|