Skip to content

first commit

first commit #1

Triggered via push July 22, 2024 22:40
Status Failure
Total duration 21s
Billable time 1m
Artifacts

swiftlint.yml

on: push
swiftlint
12s
swiftlint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
swiftlint: Package.swift#L18
Collection literals should not have trailing commas (trailing_comma)
swiftlint: Package.swift#L27
Collection literals should not have trailing commas (trailing_comma)
swiftlint: Sources/Inspect/Inspect.swift#L473
File should contain 400 lines or less: currently contains 473 (file_length)
swiftlint: Sources/Inspect/Inspect.swift#L50
Generic type name 'viewOfType' should start with an uppercase character (generic_type_name)
swiftlint: Sources/Inspect/Inspect.swift#L78
Generic type name 'viewOfType' should start with an uppercase character (generic_type_name)
swiftlint: Sources/Inspect/Inspect.swift#L112
Generic type name 'viewOfType' should start with an uppercase character (generic_type_name)
swiftlint: Sources/Inspect/Inspect.swift#L146
Generic type name 'viewOfType' should start with an uppercase character (generic_type_name)
swiftlint: Sources/Inspect/Inspect.swift#L369
Generic type name 'TargetViewControllerType' should be between 1 and 20 characters long (generic_type_name)
swiftlint: Sources/Inspect/Inspect.swift#L19
public declarations should be documented (missing_docs)
swiftlint: Sources/Inspect/Inspect.swift#L20
public declarations should be documented (missing_docs)
swiftlint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/