[main] Rewrite rootcp in C++ #27174
code_analysis.yml
on: pull_request
clang-format
1m 15s
ruff
30s
Annotations
10 errors, 1 warning, and 6 notices
|
Ruff (E711):
main/python/cmdLineUtils.py#L336
main/python/cmdLineUtils.py:336:20: E711 Comparison to `None` should be `cond is not None`
|
|
Ruff (E711):
main/python/cmdLineUtils.py#L331
main/python/cmdLineUtils.py:331:20: E711 Comparison to `None` should be `cond is not None`
|
|
Ruff (E402):
main/python/cmdLineUtils.py#L87
main/python/cmdLineUtils.py:87:1: E402 Module level import not at top of file
|
|
Ruff (E402):
main/python/cmdLineUtils.py#L86
main/python/cmdLineUtils.py:86:1: E402 Module level import not at top of file
|
|
Ruff (E402):
main/python/cmdLineUtils.py#L85
main/python/cmdLineUtils.py:85:1: E402 Module level import not at top of file
|
|
Ruff (I001):
main/python/cmdLineUtils.py#L84
main/python/cmdLineUtils.py:84:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (E402):
main/python/cmdLineUtils.py#L84
main/python/cmdLineUtils.py:84:1: E402 Module level import not at top of file
|
|
Ruff (F401):
main/python/cmdLineUtils.py#L20
main/python/cmdLineUtils.py:20:23: F401 `itertools.zip_longest` imported but unused
|
|
Ruff (F401):
main/python/cmdLineUtils.py#L19
main/python/cmdLineUtils.py:19:18: F401 `time.sleep` imported but unused
|
|
Ruff (I001):
main/python/cmdLineUtils.py#L16
main/python/cmdLineUtils.py:16:1: I001 Import block is un-sorted or un-formatted
|
|
ruff
Could not parse version from /home/runner/work/root/root/pyproject.toml. Using latest version.
|
|
3791 tests found (test 1 to 746)
There are 3791 tests, see "Raw output" for the list of tests 1 to 746.
|
|
3791 tests found (test 747 to 1430)
There are 3791 tests, see "Raw output" for the list of tests 747 to 1430.
|
|
3791 tests found (test 1431 to 2090)
There are 3791 tests, see "Raw output" for the list of tests 1431 to 2090.
|
|
3791 tests found (test 2091 to 2784)
There are 3791 tests, see "Raw output" for the list of tests 2091 to 2784.
|
|
3791 tests found (test 2785 to 3577)
There are 3791 tests, see "Raw output" for the list of tests 2785 to 3577.
|
|
3791 tests found (test 3578 to 3791)
There are 3791 tests, see "Raw output" for the list of tests 3578 to 3791.
|