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: golangci lint #707

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

0luwaj0x1
Copy link
Contributor

This PR fixes Issue #706

.golangci.yml Outdated Show resolved Hide resolved
Dockerfile Outdated
apk add ca-certificates git openssh-client python3 py3-pip tini && \
apk add --no-cache ca-certificates git openssh-client python3 py3-pip tini && \
python3 -m venv /venv && \
. /venv/bin/activate && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#700 already has a fix for the above problem in Dockerfile. I think we should treat this as a separate issue to be addressed by #700. If you agree, can you please undo this change in Dockerfile, and keep this PR for fixing lint? @0luwaj0x1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

@chengfang
Copy link
Collaborator

@0luwaj0x1 can you also squash all commits?

Signed-off-by: Josiah Ilesanmi <ilesanmi.josiah@gmail.com>
@chengfang chengfang merged commit 4fd958e into argoproj-labs:master May 7, 2024
9 of 10 checks passed
@chengfang
Copy link
Collaborator

Thanks @0luwaj0x1 !

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.

golangci-lint context loading failed: no go files to analyze
2 participants