Minor tweaks #43
Annotations
12 warnings
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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
SwiftLint
The following actions use a deprecated Node.js version 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/
|
SwiftLint:
Sources/UpgradeAlert/UpgradeAlert.swift#L152
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/UpgradeAlert/UpgradeAlert.swift#L48
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
SwiftLint:
Sources/UpgradeAlert/UpgradeAlert.swift#L54
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
SwiftLint:
Sources/UpgradeAlert/UpgradeAlert.swift#L60
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
SwiftLint:
Sources/UpgradeAlert/ext/NSAlert+Ext.swift#L38
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
SwiftLint:
Sources/UpgradeAlert/ext/NSAlert+Ext.swift#L38
Trailing Closure Violation: Trailing closure syntax should be used whenever possible (trailing_closure)
|
SwiftLint:
Sources/UpgradeAlert/helper/UAOutcome.swift#L25
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/UpgradeAlert/helper/UAOutcome.swift#L32
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
SwiftLint:
Sources/UpgradeAlert/helper/UAOutcome.swift#L40
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|