Skip to content

feat: add CHANGELOG generation support with git-cliff #12

feat: add CHANGELOG generation support with git-cliff

feat: add CHANGELOG generation support with git-cliff #12

Triggered via pull request December 5, 2023 15:32
Status Failure
Total duration 34s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (S108): wetest/command_line.py#L103
wetest/command_line.py:103:14: S108 Probable insecure usage of temporary file or directory: "/tmp/"
Ruff (FBT002): wetest/command_line.py#L159
wetest/command_line.py:159:48: FBT002 Boolean default positional argument in function definition
Ruff (C901): wetest/command_line.py#L240
wetest/command_line.py:240:5: C901 `main` is too complex (26 > 10)
Ruff (PLR0912): wetest/command_line.py#L240
wetest/command_line.py:240:5: PLR0912 Too many branches (35 > 12)
Ruff (PLR0915): wetest/command_line.py#L240
wetest/command_line.py:240:5: PLR0915 Too many statements (118 > 50)
Ruff (SLF001): wetest/command_line.py#L676
wetest/command_line.py:676:29: SLF001 Private member accessed: `_tests`
Ruff (TD003): wetest/command_line.py#L706
wetest/command_line.py:706:11: TD003 Missing issue link on the line following this TODO
Ruff (FIX002): wetest/command_line.py#L706
wetest/command_line.py:706:11: FIX002 Line contains TODO, consider resolving the issue
Ruff (E501): wetest/command_line.py#L706
wetest/command_line.py:706:89: E501 Line too long (93 > 88)
Ruff (C901): wetest/command_line.py#L797
wetest/command_line.py:797:9: C901 `parse_output` is too complex (18 > 10)