-
Notifications
You must be signed in to change notification settings - Fork 0
Address code smell: Data Clump: self, provider, group, template #230
Copy link
Copy link
Open
Labels
code-smellAuto-created label for code-smellAuto-created label for code-smellcode2llmAuto-created label for code2llmAuto-created label for code2llmdata-clumpAuto-created label for data-clumpAuto-created label for data-clumpkoruAuto-created label for koruAuto-created label for korullm-readyAuto-created label for llm-readyAuto-created label for llm-readymanagedAuto-created label for managedAuto-created label for managednl-taskAuto-created label for nl-taskAuto-created label for nl-taskplanfileAuto-created label for planfileAuto-created label for planfilepriority-normalAuto-created label for priority-normalAuto-created label for priority-normalpriority: normal
Description
Activity
Metadata
Metadata
Assignees
Labels
code-smellAuto-created label for code-smellAuto-created label for code-smellcode2llmAuto-created label for code2llmAuto-created label for code2llmdata-clumpAuto-created label for data-clumpAuto-created label for data-clumpkoruAuto-created label for koruAuto-created label for korullm-readyAuto-created label for llm-readyAuto-created label for llm-readymanagedAuto-created label for managedAuto-created label for managednl-taskAuto-created label for nl-taskAuto-created label for nl-taskplanfileAuto-created label for planfileAuto-created label for planfilepriority-normalAuto-created label for priority-normalAuto-created label for priority-normalpriority: normal
code2llm reports
Data Clump: self, provider, group, templateinsrc/tagi/executor/publish.py:47.Arguments (self, provider, group, template) are used together in multiple functions: src.tagi.executor.publish.PublishExecutor.create_github_pr, src.tagi.executor.publish.PublishExecutor.create_gitlab_mr.
Make the smallest refactor that removes the smell and run local tests.