Skip to content

Add AsyncPredicate - Matchers with AsyncExpressions #263

Add AsyncPredicate - Matchers with AsyncExpressions

Add AsyncPredicate - Matchers with AsyncExpressions #263

Triggered via pull request July 12, 2023 23:16
Status Success
Total duration 1m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Tests/NimbleTests/AsyncAwaitTest.swift#L9
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 296 lines (type_body_length)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L99
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L111
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L74
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L54
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 60 lines (function_body_length)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L136
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
lint: Sources/Nimble/DSL+Wait.swift#L118
Line Length Violation: Line should be 160 characters or less; currently it has 165 characters (line_length)
lint: Sources/Nimble/AsyncExpression.swift#L123
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
lint: Sources/Nimble/Polling+AsyncAwait.swift#L588
File Length Violation: File should contain 400 lines or less: currently contains 588 (file_length)
lint: Sources/Nimble/Polling+AsyncAwait.swift#L28
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 7 (function_parameter_count)