-
Notifications
You must be signed in to change notification settings - Fork 153
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 golangcli-lint issue #1276
Fix golangcli-lint issue #1276
Conversation
pr-sanity action didn't run. It seems that the file indentation is wrong. |
Signed-off-by: Erkan Erol <eerol@redhat.com>
Failed because of linter timeout. Let's take out the temp |
on my machine it's running in 1 second:
while the github action is failing due to timeout after 98s |
Signed-off-by: Erkan Erol <eerol@redhat.com>
SonarCloud Quality Gate failed. 0 Bugs No Coverage information |
Pull Request Test Coverage Report for Build 770587678
💛 - Coveralls |
I increased the timeout from 1m to 5m. I am checking the stability and possible configurations. |
Local caching? |
I still think we don't need to check the whole project. |
According to my tests, it doesn't check the kubevirt directory. However, it does check |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tiraboschi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Signed-off-by: Erkan Erol eerol@redhat.com
We are hitting golangci/golangci-lint-action#135 in our checks. This PR disables some functionalities of the linter as a workaround shared here: golangci/golangci-lint-action#135 (comment)
Reviewer Checklist
Release note: