Skip to content

Commit

Permalink
Disable license detector
Browse files Browse the repository at this point in the history
  • Loading branch information
lahsivjar committed Aug 28, 2023
1 parent 5819f8a commit 43c4226
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ fmt: tools/go.mod

lint: tools/go.mod
go run -modfile=tools/go.mod honnef.co/go/tools/cmd/staticcheck -checks=all ./...
#go list -m -json $(MODULE_DEPS) | go run -modfile=tools/go.mod go.elastic.co/go-licence-detector \
# See https://github.com/elastic/go-licence-detector/issues/22
# TODO: Enable after the licence-detector issue is fixed
# go list -m -json $(MODULE_DEPS) | go run -modfile=tools/go.mod go.elastic.co/go-licence-detector \
-includeIndirect -rules tools/notice/rules.json -validate
go mod tidy && git diff --exit-code

Expand Down

0 comments on commit 43c4226

Please sign in to comment.