Closed ghost closed 3 years ago
And my apologies for not having an automatic CI check present. I will set that up for this repository after we merge this PR. That was actually going to be my next contribution, if you want I can set this up. Originally posted by @yuri-norwood in https://github.com/nishanths/license/issues/30#issuecomment-873685986
And my apologies for not having an automatic CI check present. I will set that up for this repository after we merge this PR.
That was actually going to be my next contribution, if you want I can set this up.
Originally posted by @yuri-norwood in https://github.com/nishanths/license/issues/30#issuecomment-873685986
.editorconfig
.github/workflows/go.yml
go vet
go build -v ./...
go test -v ./...
golint
![Go Report Card](https://goreportcard.com/badge/github.com/nishanths/license)
.github/workflows/lint.yml
yamllint
-version
vendor/*
Note: This PR includes the changes from #30
Looks good after the comments. :)
Can you resolve the source code conflicts, please?
Merge conflicts resolved 🎉
Thanks!
.editorconfig
.github/workflows/go.yml
go vet
go build -v ./...
go test -v ./...
golint
command and returns the output if the command fails..github/workflows/lint.yml
yamllint
against file(s) or folders.-version
option so that the whitespace would fit.vendor/*
sub-directory is exempt from the editorconfig checks.Note: This PR includes the changes from #30