1
0
mirror of https://github.com/openSUSE/osc.git synced 2026-01-29 17:18:55 +01:00
Files
github.com_openSUSE_osc/osc
Jan Zerebecki dcdf4cb3d9 Fix or silence remaining pylint errors
Fix these by adding a default empty assignment:

osc/commandline.py:3382:62: E0606: Possibly using variable 'filter_pattern' before assignment (possibly-used-before-assignment)
osc/commandline.py:6692:18: E0606: Possibly using variable 'msg' before assignment (possibly-used-before-assignment)
osc/core.py:2051:23: E0606: Possibly using variable 'file_changed' before assignment (possibly-used-before-assignment)

These could probably be fixed by making the code easier to follow. By
silencing them for now and making the CI pass, it is easier to not
regress.

osc/commandline.py:3269:55: E0601: Using variable 'incident' before assignment (used-before-assignment)
osc/commandline.py:3276:55: E0601: Using variable 'priority' before assignment (used-before-assignment)

This is pylint not understanding that the try is for catching this case
and only importing when available:

osc/conf.py:77:4: E0401: Unable to import 'keyring' (import-error)
2025-02-27 14:32:09 +01:00
..
2025-02-13 14:56:37 +01:00
2009-12-03 19:19:53 +01:00
2024-01-06 10:00:38 +01:00
2025-02-26 18:34:59 +01:00
2025-02-27 14:32:09 +01:00
2025-02-27 14:32:09 +01:00
2024-01-06 10:00:38 +01:00
2022-12-05 15:28:02 +01:00
2024-11-29 16:36:48 +01:00