Skip to content

add Nix build as GitHub action #33

add Nix build as GitHub action

add Nix build as GitHub action #33

Triggered via pull request December 12, 2023 08:58
Status Failure
Total duration 32s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (S108): wetest/command_line.py#L102
wetest/command_line.py:102:14: S108 Probable insecure usage of temporary file or directory: "/tmp/"
Ruff (FBT002): wetest/command_line.py#L158
wetest/command_line.py:158:48: FBT002 Boolean default positional argument in function definition
Ruff (C901): wetest/command_line.py#L239
wetest/command_line.py:239:5: C901 `main` is too complex (25 > 10)
Ruff (PLR0912): wetest/command_line.py#L239
wetest/command_line.py:239:5: PLR0912 Too many branches (34 > 12)
Ruff (PLR0915): wetest/command_line.py#L239
wetest/command_line.py:239:5: PLR0915 Too many statements (115 > 50)
Ruff (SLF001): wetest/command_line.py#L672
wetest/command_line.py:672:29: SLF001 Private member accessed: `_tests`
Ruff (TD003): wetest/command_line.py#L702
wetest/command_line.py:702:11: TD003 Missing issue link on the line following this TODO
Ruff (FIX002): wetest/command_line.py#L702
wetest/command_line.py:702:11: FIX002 Line contains TODO, consider resolving the issue
Ruff (E501): wetest/command_line.py#L702
wetest/command_line.py:702:89: E501 Line too long (93 > 88)
Ruff (C901): wetest/command_line.py#L793
wetest/command_line.py:793:9: C901 `parse_output` is too complex (18 > 10)