Skip to content

Passing ViewModel as part of the constructor adopting Button publisher Readme updates #5

Passing ViewModel as part of the constructor adopting Button publisher Readme updates

Passing ViewModel as part of the constructor adopting Button publisher Readme updates #5

Triggered via pull request February 1, 2024 05:38
Status Success
Total duration 30s
Artifacts

swiftlint.yml

on: pull_request
SwiftLint
22s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Example/StackCardView/ViewController.swift#L28
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
SwiftLint: Example/StackCardView/ViewController.swift#L56
Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
SwiftLint: Example/StackCardView/ViewController.swift#L18
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Example/StackCardView/ViewController.swift#L22
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Example/StackCardView/ViewController.swift#L46
Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
SwiftLint: Example/StackCardView/ViewController.swift#L56
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)
SwiftLint: Example/StackCardView/StackCardDemoView.swift#L12
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
SwiftLint: Example/StackCardView/StackCardDemoView.swift#L24
Colon Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals. (colon)
SwiftLint: Example/StackCardView/StackCardDemoView.swift#L70
Comma Spacing Violation: There should be no space before and one after any comma. (comma)
SwiftLint: Example/StackCardView/StackCardDemoView.swift#L71
Comma Spacing Violation: There should be no space before and one after any comma. (comma)