Move logic from BackforwardWidget to Backforward #262
Annotations
18 errors and 18 warnings
linters (flake8)
Process completed with exit code 1.
|
linters (mypy-pyqt5)
Process completed with exit code 1.
|
linters (mypy-pyqt6)
Process completed with exit code 1.
|
linters (pylint)
Process completed with exit code 20.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] notification permission denied'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] notification permission granted'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests-docker (py, archlinux-webengine-unstable-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
|
tests (py312-pyqt67, windows-2019, 3.12)
ERROR tests/end2end/test_invocations.py::test_json_logging_without_debug - end2end.fixtures.testprocess.InvalidLine:
|
tests (py312-pyqt67, windows-2019, 3.12)
ERROR:block_files.cc(443)] Failed to open C:\Users\RUNNER~1\AppData\Local\Temp\qutebrowser-basedir-z8gv1_g_\data\webengine\DawnCache\data_1
|
tests (py312-pyqt67, windows-2019, 3.12)
Process completed with exit code 1.
|
tests (py312-pyqt67, macos-11, 3.12, tests/unit)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
linters (flake8):
qutebrowser/mainwindow/statusbar/backforward.py#L16
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/bar.py#L201
'StatusBar._get_widget_from_config' is too complex (14)
|
linters (flake8):
qutebrowser/mainwindow/statusbar/clock.py#L44
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/item.py#L1
Missing docstring in public module
|
linters (flake8):
qutebrowser/mainwindow/statusbar/item.py#L4
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/keystring.py#L23
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/percentage.py#L52
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/progress.py#L80
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/searchmatch.py#L37
Missing docstring in public class
|
linters (flake8):
qutebrowser/mainwindow/statusbar/tabindex.py#L23
Missing docstring in public class
|
linters (pylint):
qutebrowser/mainwindow/statusbar/clock.py#L44
Missing class docstring
|
linters (pylint):
qutebrowser/mainwindow/statusbar/item.py#L1
Missing module docstring
|
linters (pylint):
qutebrowser/mainwindow/statusbar/item.py#L4
Missing class docstring
|
linters (pylint):
qutebrowser/mainwindow/statusbar/backforward.py#L16
Missing class docstring
|
linters (pylint):
qutebrowser/mainwindow/statusbar/backforward.py#L17
__init__ method from base class 'StatusBarItem' is not called
|
linters (pylint):
qutebrowser/mainwindow/statusbar/textbase.py#L81
__init__ method from base class 'StatusBarItem' is not called
|
linters (pylint):
qutebrowser/mainwindow/statusbar/progress.py#L80
Missing class docstring
|
linters (pylint):
qutebrowser/mainwindow/statusbar/progress.py#L81
__init__ method from base class 'StatusBarItem' is not called
|