Closed xmkg closed 3 months ago
dd51c3f5565ef14decf9273423ceaf7341600736
the ci is failing due to pylint too-many-arguments and duplicate-code warnings.
it's an example for the issue described here: https://github.com/canonical/hotsos/issues/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.
dd51c3f5565ef14decf9273423ceaf7341600736
the ci is failing due to pylint too-many-arguments and duplicate-code warnings.
it's an example for the issue described here: https://github.com/canonical/hotsos/issues/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.