Skip to content

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #261

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus.

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #261

Triggered via pull request May 12, 2024 16:24
@younatayounata
synchronize #1280
quicklint
Status Success
Total duration 49s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Tests/QuickTests/QuickFocusedTests/FocusedTests.swift#L39
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/QuickTests/QuickFocusedTests/FacusedTests+Async.swift#L29
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/QuickTests/QuickTests/FunctionalTests/BeforeEachTests.swift#L220
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/QuickTests/QuickTests/FunctionalTests/Async/AsyncBehaviorTests.swift#L8
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/QuickTests/QuickTests/FunctionalTests/Async/BeforeEachAsyncTests.swift#L223
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/QuickTests/QuickTests/FunctionalTests/Async/AfterEachAsyncTests.swift#L213
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/QuickTests/QuickTests/FunctionalTests/Async/PendingAsyncTests.swift#L23
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/QuickTests/QuickTests/FunctionalTests/AfterEachTests.swift#L213
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/QuickTests/QuickTests/FunctionalTests/BehaviorTests.swift#L8
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/QuickTests/QuickTests/FunctionalTests/PendingTests.swift#L29
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)