Skip to content

fix models

fix models #5

Triggered via push November 1, 2023 23:51
Status Success
Total duration 47s
Artifacts

swiftlint.yml

on: push
SwiftLint
36s
SwiftLint
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
SwiftLint: Package.swift#L22
Line Length Violation: Line should be 120 characters or less: currently 122 characters (line_length)
SwiftLint: Package.swift#L15
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
SwiftLint: Package.swift#L26
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
SwiftLint: Package.swift#L31
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
SwiftLint: Package.swift#L32
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
SwiftLint: Sources/RCKit/Models/RCEvent.swift#L11
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'id' (identifier_name)
SwiftLint: Sources/RCKit/Models/RCEvent.swift#L38
Identifier Name Violation: Enum element name should be between 3 and 40 characters long: 'id' (identifier_name)
SwiftLint: Sources/RCKit/Models/RCEvent.swift#L72
Line Length Violation: Line should be 120 characters or less: currently 130 characters (line_length)
SwiftLint: Sources/RCKit/Models/RCEvent.swift#L86
Line Length Violation: Line should be 120 characters or less: currently 124 characters (line_length)
SwiftLint: Sources/RCKit/RevenueCatClient+Application.swift#L19
Nesting Violation: Types should be nested at most 1 level deep (nesting)