build: remove bazel files

This commit is contained in:
Shivam Mishra
2021-05-04 10:28:40 -07:00
committed by Ramkumar Chinchani
parent cf25c6f3c8
commit 4eb92a02ab
9 changed files with 2 additions and 110 deletions
+2 -2
View File
@@ -32,9 +32,9 @@ covhtml:
go tool cover -html=coverage.txt -o coverage.html
.PHONY: check
check: .bazel/golangcilint.yaml
check: ./golangcilint.yaml
golangci-lint --version || curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.26.0
golangci-lint --config .bazel/golangcilint.yaml run --enable-all --build-tags extended ./cmd/... ./pkg/...
golangci-lint --config ./golangcilint.yaml run --enable-all --build-tags extended ./cmd/... ./pkg/...
docs/docs.go:
swag -v || go install github.com/swaggo/swag/cmd/swag