Add models #1
Annotations
10 warnings
SwiftLint:
Sources/rc-kit/RevenueCatClient+Application.swift#L19
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
Sources/rc-kit/RevenueCatClient+Application.swift#L18
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
Sources/rc-kit/RevenueCatClient+Application.swift#L19
Nesting Violation: Types should be nested at most 1 level deep (nesting)
|
SwiftLint:
Tests/RCKitTests/XCTestManifests.swift#L6
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
Tests/RCKitTests/VaporToolKitTests.swift#L9
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
Package.swift#L12
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
Package.swift#L21
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
|
SwiftLint:
Sources/rc-kit/Models/RCEvent.swift#L11
Identifier Name Violation: Variable name should be between 3 and 40 characters long: 'id' (identifier_name)
|
SwiftLint:
Sources/rc-kit/Models/RCEvent.swift#L38
Identifier Name Violation: Enum element name should be between 3 and 40 characters long: 'id' (identifier_name)
|
SwiftLint:
Sources/rc-kit/Models/RCEvent.swift#L72
Line Length Violation: Line should be 120 characters or less: currently 130 characters (line_length)
|