Skip to content

W3 d14 d20

W3 d14 d20 #71

Triggered via pull request May 7, 2026 16:20
Status Success
Total duration 28s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: Sources/TMDB_TVShowDetail/Views/TVShowWatchProvidersSection.swift#L136
Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
build: Sources/TMDB_Feed/Views/Pages/MovieFeedListPage.swift#L109
Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
build: Sources/TMDB_Feed/Views/Pages/MovieFeedListPage.swift#L96
Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)
build: Sources/TMDB_Feed/Views/Pages/MovieFeedListPage.swift#L151
Tuples should have at most 2 members (large_tuple)
build: Sources/TMDB_Feed/ViewModels/MovieFeedViewModel.swift#L233
Function body should span 50 lines or less excluding comments and whitespace: currently spans 58 lines (function_body_length)
build: Sources/TMDB_Feed/ViewModels/MovieFeedViewModel.swift#L233
Function should have complexity 10 or less; currently complexity is 11 (cyclomatic_complexity)
build: Sources/TMDB_Shared_UI/Views/MovieComponents/PopularityBadge.swift#L1
Files should not contain leading whitespace (leading_whitespace)
build: Sources/Shared_UI_Support/Views/ListItem/MovieItemCell.swift#L221
Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
build: Sources/Shared_UI_Support/Views/ListItem/MovieItemCell.swift#L408
File should contain 400 lines or less: currently contains 408 (file_length)
build: Sources/Integration_test/Views/DemoLauncherView.swift#L12
Trailing closure syntax should not be used when passing more than one closure argument (multiple_closures_with_trailing_closure)