Support Xcode 16.2 onPreferenceChange
SDK change
#200
Annotations
8 errors and 1 warning
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L127
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
|
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L145
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
|
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L162
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
|
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L125
Superfluous Disable Command Violation: SwiftLint rule 'function_default_parameter_at_end' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L143
Superfluous Disable Command Violation: SwiftLint rule 'function_default_parameter_at_end' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Sources/SpeziViews/Views/Button/AsyncButton.swift#L161
Superfluous Disable Command Violation: SwiftLint rule 'function_default_parameter_at_end' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
SwiftLint:
Sources/SpeziValidation/ValidationRule.swift#L78
Function Default Parameter at End Violation: Prefer to locate parameters with defaults toward the end of the parameter list (function_default_parameter_at_end)
|
SwiftLint:
Sources/SpeziValidation/ValidationRule.swift#L77
Superfluous Disable Command Violation: SwiftLint rule 'function_default_parameter_at_end' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading