Add green indicator dot to online user count #92
pr-validation.yml
on: pull_request
SwiftLint
41s
PR Size Check
8s
Check Commit Messages
5s
Annotations
10 errors
|
SwiftLint:
V2er/General/Extentions.swift#L69
Line Length Violation: Line should be 120 characters or less; currently it has 152 characters (line_length)
|
|
SwiftLint:
V2er/General/Extentions.swift#L241
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
SwiftLint:
V2er/General/Extentions.swift#L184
Identifier Name Violation: Variable name 'v' should be between 3 and 40 characters long (identifier_name)
|
|
SwiftLint:
V2er/General/Extentions.swift#L184
Identifier Name Violation: Variable name 'k' should be between 3 and 40 characters long (identifier_name)
|
|
SwiftLint:
V2er/General/Extentions.swift#L204
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
|
|
SwiftLint:
V2er/General/Extentions.swift#L271
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
SwiftLint:
V2er/General/Extentions.swift#L261
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
SwiftLint:
V2er/General/Extentions.swift#L260
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
SwiftLint:
V2er/General/Extentions.swift#L120
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
|
SwiftLint:
V2er/General/AccountState.swift#L12
Identifier Name Violation: Variable name 'ACCOUNT_KEY' should only contain alphanumeric and other allowed characters (identifier_name)
|