Closed kim201212 closed 1 year ago
@kim201212 I assume you need to proceed this issue any time soon, I think I gave you enough time to deal with.
I tested in https://github.com/kim201212/vatz When I run golangci-lint on GitHub action, the below error occurs
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package : could not load export data: no export data for \"github.com/dsrvlabs/vatz-proto/plugin/v1\""
level=error msg="Running error: 1 error occurred:\n\t* can't run linter goanalysis_metalinter: buildir: failed to load package : could not load export data: no export data for \"github.com/dsrvlabs/vatz-proto/plugin/v1\"\n\n"
@kim201212 Can you send PR so we can test this?
@kim201212 Can you send PR so we can test this?
I sent the PR (https://github.com/dsrvlabs/vatz/pull/311), Please review it 🙏
@kim201212 Can you send PR so we can test this?
I sent the PR (#311), Please review it 🙏
Replace with below toekn
Parents: #248
What does it require to on Vatz
Vatz needs to check golang lint automatically
Expected behavior
The action runs golangci-lint and reports issues from linters.
How to run
Screenshots