Skip to content

ci(ios): run lint checks #19

ci(ios): run lint checks

ci(ios): run lint checks #19

Triggered via pull request February 20, 2025 05:54
Status Success
Total duration 43s
Artifacts

ios.yml

on: pull_request
lint_and_tests
33s
lint_and_tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
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
Trailing Whitespace (trailing_whitespace): ios/Sources/MeasureSDK/Swift/Measure.swift#L85
Lines should not have trailing whitespace
Vertical Whitespace (vertical_whitespace): flutter/measure_flutter/example/ios/RunnerTests/TestResult.swift#L11
Limit vertical whitespace to a single empty line; currently 2