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

Make project lintable from project's root #132

Merged
merged 1 commit into from
May 25, 2020

Conversation

kuritka
Copy link
Collaborator

@kuritka kuritka commented May 24, 2020

Resolves #131

  • remove redundant zz_generated.openapi.go
  • add comments to public members required by golint
  • remove redundant references from go.mod
  • remove GOLINTPATH in build.yaml causes GOLINTPATH will be set to . or better (./...)
  • fix test in Makefile to run all unitests (terratest is ignored as it has no any reference to main)
  • merge version.go

Than we can

  • golint ./... from the project root

Resolves 131

- remove redundant `zz_generated.openapi.go`
- add comments to public members required by `golint`
- remove redundant references from `go.mod`
- remove `GOLINTPATH` in `build.yaml` will cause `GOLINTPATH` will be set to `.` or better `(./...)`
- fix test in `Makefile` to run all unitests (terratest is ignored as it has no any reference to main)
- merge `version.go`

Than we can

- golint ./... from the project root
@ytsarev
Copy link
Member

ytsarev commented May 24, 2020

LGTM

@kuritka kuritka merged commit 78fab9d into master May 25, 2020
@kuritka kuritka deleted the 131-make-project-lintable-from-projectroot-MERGE branch May 25, 2020 17:51
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.

Make project lintable from project root
3 participants