Skip to content

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

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

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

Triggered via pull request February 18, 2025 14:58
Status Failure
Total duration 36s
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#L116
cycode/cli/commands/scan/scan_command.py:116: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#L22
cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py:22:39: B006 Do not use mutable data structures for argument defaults
Ruff (ANN201): cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py#L27
cycode/cli/files_collector/sca/maven/restore_gradle_dependencies.py:27:9: ANN201 Missing return type annotation for public function `is_gradle_sub_projects`
ruff
Process completed with exit code 1.