Skip to content

Make Pendable resolvable after being called. #13

Make Pendable resolvable after being called.

Make Pendable resolvable after being called. #13

Triggered via pull request April 13, 2024 00:44
Status Failure
Total duration 40s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
lint: Tests/FakesTests/DynamicPendableTests.swift#L11
Force Try Violation: Force tries should be avoided (force_try)
lint: Tests/FakesTests/DynamicPendableTests.swift#L34
Force Try Violation: Force tries should be avoided (force_try)
lint: Tests/FakesTests/SpyTests.swift#L186
Identifier Name Violation: Variable name '_task' should only contain alphanumeric and other allowed characters (identifier_name)
lint: Sources/Fakes/Spy/Spy.swift#L31
Syntactic Sugar Violation: Shorthand syntactic sugar should be used, i.e. Int? instead of Optional<Int> (syntactic_sugar)
lint: Sources/Fakes/Spy/Spy+Pendable.swift#L34
Syntactic Sugar Violation: Shorthand syntactic sugar should be used, i.e. Int? instead of Optional<Int> (syntactic_sugar)
lint: Sources/Fakes/Spy/Spy+ThrowingPendable.swift#L84
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
lint: Sources/Fakes/Pendable/Pendable.swift#L141
Line Length Violation: Line should be 160 characters or less; currently it has 164 characters (line_length)
lint: Sources/Fakes/Pendable/Pendable.swift#L172
Syntactic Sugar Violation: Shorthand syntactic sugar should be used, i.e. Int? instead of Optional<Int> (syntactic_sugar)