Skip to content

Commit

Permalink
Merge branch 'main' into fix/remove-beta-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gedge committed Aug 14, 2022
2 parents 4897e37 + 9db75cb commit df7ba85
Show file tree
Hide file tree
Showing 56 changed files with 362 additions and 3,594 deletions.
35 changes: 5 additions & 30 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,40 +1,15 @@
example:
go build -o ./example/example example/main.go
go run -race example/main.go
.PHONY: example

test: test-v2
go test -race -cover ./...
.PHONY: test

test-v2:
cd v2 && make test
.PHONY: test-v2

clean:
rm example/example
test:
go test -count=1 -v -race -cover ./...
.PHONY: test

audit: audit-v2
audit:
go list -json -m all | nancy sleuth
.PHONY: audit

audit-v2:
cd v2 && make audit
.PHONY: audit-v2

build: build-v2
build:
go build ./...
.PHONY: build

build-v2:
cd v2 && make build
.PHONY: build-v2

lint: lint-v2
lint:
exit
.PHONY: lint

lint-v2:
cd v2 && make lint
.PHONY: lint-v2
318 changes: 302 additions & 16 deletions README.md

Large diffs are not rendered by default.

159 changes: 0 additions & 159 deletions auth/dataset_permissions_request_builder.go

This file was deleted.

186 changes: 0 additions & 186 deletions auth/dataset_permissions_request_builder_test.go

This file was deleted.

Loading

0 comments on commit df7ba85

Please sign in to comment.