Skip to content

Merge pull request #107 from xenserver-next/fix-xcp.mount #499

Merge pull request #107 from xenserver-next/fix-xcp.mount

Merge pull request #107 from xenserver-next/fix-xcp.mount #499

Triggered via push July 3, 2023 14:41
Status Success
Total duration 2m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 6 notices
test (2.7, ubuntu-22.04)
The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672
pylint R1724: no-else-continue: xcp/net/ifrename/logic.py#L239
Refactor: Unnecessary "else" after "continue", remove the "else" and de-indent the code inside it
pylint R1724: no-else-continue: xcp/net/ifrename/logic.py#L259
Refactor: Unnecessary "else" after "continue", remove the "else" and de-indent the code inside it
pylint R1724: no-else-continue: xcp/net/ifrename/static.py#L228
Refactor: Unnecessary "elif" after "continue", remove the leading "el" from "elif"
pylint R1724: no-else-continue: xcp/net/ifrename/dynamic.py#L175
Refactor: Unnecessary "elif" after "continue", remove the leading "el" from "elif"
pylint C0410: multiple-imports: xcp/net/ifrename/util.py#L28
Convention: Multiple imports on one line (pprint, random)
pylint C0415: import-outside-toplevel: tests/test_cpiofile.py#L33
Convention: Import outside toplevel (StringIO)