Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ci breakage after commit dd51c3f #959

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

xmkg
Copy link
Contributor

@xmkg xmkg commented Jul 30, 2024

dd51c3f

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.

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]>
@xmkg xmkg requested a review from dosaboy July 30, 2024 10:08
@xmkg xmkg changed the title fix ci breakage after https://github.com/canonical/hotsos/commit/dd51… fix ci breakage after commit dd51c3 Jul 30, 2024
@xmkg xmkg changed the title fix ci breakage after commit dd51c3 fix ci breakage after commit dd51c3f Jul 30, 2024
@dosaboy dosaboy merged commit 5782eb7 into canonical:main Jul 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants