Skip to content

Lint

Lint #38

Triggered via push October 15, 2023 12:21
Status Success
Total duration 3m 55s
Artifacts

Tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
SwiftLint: Sources/UpgradeAlert/ext/NSAlert+Ext.swift#L33
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: Sources/UpgradeAlert/UpgradeAlert.swift#L138
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
SwiftLint: Sources/UpgradeAlert/UpgradeAlert.swift#L35
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
SwiftLint: Sources/UpgradeAlert/UpgradeAlert.swift#L41
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
SwiftLint: Sources/UpgradeAlert/UpgradeAlert.swift#L47
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/