Skip to content

CM-44581 - Add support for running Gradle restore command on all subprojects #1076

CM-44581 - Add support for running Gradle restore command on all subprojects

CM-44581 - Add support for running Gradle restore command on all subprojects #1076

Triggered via pull request February 24, 2025 11:40
Status Failure
Total duration 34s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (I001): cycode/cli/commands/scan/scan_command.py#L1
cycode/cli/commands/scan/scan_command.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): cycode/cli/commands/scan/scan_command.py#L117
cycode/cli/commands/scan/scan_command.py:117:121: E501 Line too long (133 > 120)
Ruff (I001): cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py#L1
cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (B006): cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py#L23
cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py:23:39: B006 Do not use mutable data structures for argument defaults
Ruff (ANN201): cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py#L28
cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py:28:9: ANN201 Missing return type annotation for public function `is_gradle_sub_projects`
ruff
Process completed with exit code 1.