Improve countImpression functionality in native ios #21
Annotations
8 errors and 1 warning
SwiftLint:
Sources/ContentPass/ContentPass.swift#L48
Attribute Name Spacing Violation: There must not be any space between access control modifier and scope (attribute_name_spacing)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L151
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L160
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L5
Identifier Name Violation: Variable name 'SAMPLING_RATE' should only contain alphanumeric and other allowed characters (identifier_name)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L139
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L251
Trailing Semicolon Violation: Lines should not have trailing semicolons (trailing_semicolon)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L255
Unused Closure Parameter Violation: Unused parameter in a closure should be replaced with _ (unused_closure_parameter)
|
SwiftLint:
Sources/ContentPass/ContentPass.swift#L254
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|