You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, merge proposals can be merged to the main if the CI pipeline is green and there are no conflicts with "main". This is problematic if another MP with no conflicts that enforces stricter checks (e.g. new tests, new pylint warnings, etc.) gets merged meanwhile.
The setting that controls this behavior is listed under [Settings]->Branches->main[Edit]->"Require branches to be up to date before merging":
The text was updated successfully, but these errors were encountered:
xmkg
added a commit
to xmkg/hotsos
that referenced
this issue
Jul 30, 2024
the ci is failing due to pylint too-many-arguments and duplicate-code warnings.
it's an example for the issue described here: canonical#957
fixed the following:
too-many-arguments: removed svc parameter from the _check_item_settings
as it's already included in the service object.
duplicate-code: suppressed the warning.
Signed-off-by: Mustafa Kemal Gilor <[email protected]>
the ci is failing due to pylint too-many-arguments and duplicate-code warnings.
it's an example for the issue described here: #957
fixed the following:
too-many-arguments: removed svc parameter from the _check_item_settings
as it's already included in the service object.
duplicate-code: suppressed the warning.
Signed-off-by: Mustafa Kemal Gilor <[email protected]>
Right now, merge proposals can be merged to the main if the CI pipeline is green and there are no conflicts with "main". This is problematic if another MP with no conflicts that enforces stricter checks (e.g. new tests, new pylint warnings, etc.) gets merged meanwhile.
The setting that controls this behavior is listed under [Settings]->Branches->main[Edit]->"Require branches to be up to date before merging":

The text was updated successfully, but these errors were encountered: