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: remove unused argument which is triggering in lint (needed for PRs to pass CI) #9186

Merged
merged 5 commits into from
Jul 20, 2022

Conversation

juliev0
Copy link
Contributor

@juliev0 juliev0 commented Jul 20, 2022

golangcli-lint recently went from version 1.47.0 to 1.47.1. I think that must be why we're all of a sudden seeing this error:
Error: workflow/controller/exec_control.go:18:50: (*wfOperationCtx).applyExecutionControl - ctx is unused (unparam)

as here: https://github.com/argoproj/argo-workflows/runs/7419737341?check_suite_focus=true

@sarabala1979 sarabala1979 enabled auto-merge (squash) July 20, 2022 06:19
Signed-off-by: Julie Vogelman <[email protected]>
Signed-off-by: Julie Vogelman <[email protected]>
Signed-off-by: Julie Vogelman <[email protected]>
@sarabala1979 sarabala1979 merged commit 573fe98 into argoproj:master Jul 20, 2022
@juliev0 juliev0 deleted the remove-ctx branch July 20, 2022 17:34
reddymh pushed a commit to reddymh/argo-workflows that referenced this pull request Jan 2, 2023
…Rs to pass CI) (argoproj#9186)

* fix: remove unused argument which was triggering in lint

Signed-off-by: Julie Vogelman <[email protected]>

* fix: references calling method

Signed-off-by: Julie Vogelman <[email protected]>
Signed-off-by: Reddy <[email protected]>
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.

None yet

2 participants