Skip to content

Tabs observability swift 5.9 #66

Tabs observability swift 5.9

Tabs observability swift 5.9 #66

Triggered via pull request March 17, 2024 17:49
Status Failure
Total duration 42s
Artifacts

swift.yml

on: pull_request
lint-ios
32s
lint-ios
lint-kotlin-cotton-base
13s
lint-kotlin-cotton-base
ios-unit-tests
0s
ios-unit-tests
build-ios
0s
build-ios
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
lint-ios: catowseriOS/CoreBrowser/Tabs/TabsDataService.swift#L46
Force Cast Violation: Force casts should be avoided (force_cast)
lint-kotlin-cotton-base
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-ios
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-ios: catowseriOS/BrowserNetworking/AlamofireReachabilityAdaptee.swift#L29
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint-ios: catowseriOS/BrowserNetworking/OpenSearch/OpenSearchParser.swift#L23
Superfluous Disable Command Violation: SwiftLint rule 'function_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
lint-ios: catowseriOS/BrowserNetworking/Extensions/AuthChallenge.swift#L44
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
lint-ios: catowseriOS/CoreBrowser/UseCases/UseCaseLocator.swift#L38
Unneeded Overridden Functions Violation: Remove overridden functions that don't do anything except call their super (unneeded_override)
lint-ios: catowseriOS/CoreBrowser/Tabs/TabsDataService.swift#L39
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
lint-ios: catowseriOS/CoreBrowser/Tabs/TabsDataService.swift#L179
Todo Violation: TODOs should be resolved (do we need to add automatic de...) (todo)
lint-ios: catowseriOS/CssParser/Scanner.swift#L404
No Fallthrough only Violation: Fallthroughs can only be used if the `case` contains at least one other statement (no_fallthrough_only)
lint-ios: catowseriOS/CottonPlugins/Models/CSSModels/CSSBackgroundImage.swift#L42
Orphaned Doc Comment Violation: A doc comment should be attached to a declaration (orphaned_doc_comment)
lint-ios: catowseriOS/ReactiveHttpKit/URL+Rx.swift#L18
Control Statement Violation: `if`, `for`, `guard`, `switch`, `while`, and `catch` statements shouldn't unnecessarily wrap their conditionals or arguments in parentheses (control_statement)
lint-ios: catowseriOS/catowser/Coordinators/TopSitesCoordinator.swift#L70
Todo Violation: TODOs should be resolved (Usually it would be a view mod...) (todo)