canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
33 stars 38 forks source link

fix ci breakage after commit dd51c3f #959

Closed xmkg closed 3 months ago

xmkg commented 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.