ci: Fix custom composite action location and usage #584
Annotations
10 warnings
swift-lint:
Sources/HotReloadingMacrosPlugin/HotReloadableExprMacro.swift#L21
Todo Violation: TODOs should be resolved (Guard against use of `#hotRelo...) (todo)
|
swift-lint:
Sources/HotReloadingMacrosPlugin/HotReloadableAppMacro.swift#L112
Line Length Violation: Line should be 140 characters or less; currently it has 151 characters (line_length)
|
swift-lint:
Sources/HotReloadingMacrosPlugin/HotReloadableAppMacro.swift#L72
Todo Violation: TODOs should be resolved (Skip nested declarations) (todo)
|
swift-lint:
Sources/AppKitBackend/NSViewRepresentable.swift#L142
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L673
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L673
Empty Enum Arguments Violation: Arguments can be omitted when matching enums with associated values if they are not used (empty_enum_arguments)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L424
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L437
Prefer For-Where Violation: `where` clauses are preferred over a single `if` inside a `for` (for_where)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L580
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
|
swift-lint:
Sources/AppKitBackend/AppKitBackend.swift#L849
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 8 (function_parameter_count)
|