Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 671 Bytes
Grove logo

Data Warehouse Client


Client

Autogenerated using https://github.com/deepmap/oapi-codegen

Pre-Commit Installation

Run the command make init-pre-commit from the repository root.

Once this is done, the following commands will be performed on every commit to the repo and must pass before the commit is allowed:

  • go-fmt - Runs gofmt
  • go-imports - Runs goimports
  • golangci-lint - run golangci-lint run ./...
  • go-critic - run gocritic check ./...
  • go-build - run go build
  • go-mod-tidy - run go mod tidy -v