Add GitHub workflows #1
Annotations
1 error and 7 warnings
pre-conditions:
iosApp/iosApp/iOSApp.swift#L5
Type Name Violation: Type name 'iOSApp' should start with an uppercase character (type_name)
|
pre-conditions
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pre-conditions:
iosApp/iosApp/Koin/LazyKoin.swift#L15
Unneeded Synthesized Initializer Violation: This default initializer would be synthesized automatically - you do not need to define it (unneeded_synthesized_initializer)
|
pre-conditions:
iosApp/iosApp/ContentView.swift#L21
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
pre-conditions:
iosApp/iosApp/ContentView.swift#L21
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 3 (vertical_whitespace)
|
pre-conditions:
iosApp/iosApp/iOSApp.swift#L11
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
pre-conditions:
iosApp/iosApp/iOSApp.swift#L8
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
|
pre-conditions:
iosApp/iosApp/Koin/KoinApplication.swift#L43
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|