Skip to content

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

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. #260

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

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Sources/Quick/Examples/AsyncExample.swift#L33
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/Quick/Examples/AsyncExample.swift#L153
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
lint: Sources/Quick/Examples/AsyncExample.swift#L66
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/Quick/Examples/AsyncExample.swift#L92
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
lint: Sources/Quick/Examples/Example.swift#L198
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 55 lines (function_body_length)
lint: Sources/Quick/Examples/Example.swift#L119
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
lint: Sources/Quick/Hooks/Closures.swift#L36
Type Name Violation: Type name 'BeforeExampleWithMetadataNonThrowingClosure' should be between 3 and 40 characters long (type_name)
lint: Sources/Quick/Hooks/Closures.swift#L70
Type Name Violation: Type name 'AfterExampleWithMetadataNonThrowingClosure' should be between 3 and 40 characters long (type_name)
lint: Sources/Quick/Hooks/Closures.swift#L95
Type Name Violation: Type name 'AroundExampleWithMetadataNonThrowingClosure' should be between 3 and 40 characters long (type_name)
lint: Sources/QuickLint/FocusLint.swift#L34
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)