-
Notifications
You must be signed in to change notification settings - Fork 7
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
Lint fix: dupword #67
Conversation
@@ -16,4 +16,4 @@ jobs: | |||
uses: kyma-project/eventing-tools/.github/workflows/lint-go-reusable.yml@main | |||
with: | |||
go-version: '1.21' | |||
lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/b740019d37e5b69c1a1383c71bb5fb5a44c6534e/config/lint/.golangci.yaml | |||
lint-config-uri: https://raw.githubusercontent.com/kyma-project/eventing-tools/ca5d5cc431d9fb5cd12e7ef4c6c82331f203c630/config/lint/.golangci.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a description to the PR what changes this will entail? Or point to the corresponding PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. :-)
I've updated the PR description with this: .golangci.yaml
related PR: kyma-project/eventing-tools#58
* dupword - Fix * Lint config
Description
Changes proposed in this pull request:
Related issue(s)
.golangci.yaml
related PR: kyma-project/eventing-tools#58