Skip to content

ci(ios): run lint checks #26

ci(ios): run lint checks

ci(ios): run lint checks #26

Re-run triggered February 25, 2025 09:29
Status Success
Total duration 7m 43s
Artifacts

ios.yml

on: pull_request
ios_lint_and_tests
7m 25s
ios_lint_and_tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ios_lint_and_tests
Unexpected input(s) 'directory', valid inputs are ['version', 'args']
Trailing Comma (trailing_comma): ios/Package.swift#L13
Collection literals should not have trailing commas
Trailing Comma (trailing_comma): ios/Package.swift#L42
Collection literals should not have trailing commas
Function Body Length (function_body_length): ios/Sources/Tests/MeasureSDKTests/CrashReporter/CrashDataFormatterTests.swift#L16
Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines
Function Body Length (function_body_length): ios/Sources/Tests/MeasureSDKTests/CrashReporter/CrashDataFormatterTests.swift#L85
Function body should span 50 lines or less excluding comments and whitespace: currently spans 59 lines
Superfluous Disable Command (superfluous_disable_command): ios/Sources/Tests/MeasureSDKTests/Exporter/HttpClientTests.swift#L52
SwiftLint rule 'non_optional_string_data_conversion' did not trigger a violation in the disabled region; remove the disable command
Line Length (line_length): ios/Sources/Tests/MeasureSDKTests/Exporter/EventSerializerTests.swift#L289
Line should be 200 characters or less; currently it has 255 characters
Cyclomatic Complexity (cyclomatic_complexity): ios/Sources/MeasureSDK/Swift/CrashReporter/CrashDataFormatter.swift#L191
Function should have complexity 10 or less; currently complexity is 19
Function Body Length (function_body_length): ios/Sources/MeasureSDK/Swift/CrashReporter/CrashDataFormatter.swift#L191
Function body should span 50 lines or less excluding comments and whitespace: currently spans 60 lines