Skip to content

Commit

Permalink
chore: Add missing license ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
csatib02 committed Mar 18, 2024
1 parent 975e2d0 commit 94ea8ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .licensei.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ ignored = [
"github.com/xeipuuv/gojsonreference", # Apache 2.0
"github.com/xeipuuv/gojsonschema", # Apache 2.0
"github.com/couchbase/gocbcoreps", # Apache 2.0
"github.com/confluentinc/confluent-kafka-go/v2", # Apache 2.0
"github.com/JohnCGriffin/overflow", # MIT
"github.com/invopop/yaml", # MIT
"github.com/form3tech-oss/jwt-go", #MIT
"github.com/russross/blackfriday/v2", # 2-Clause BSD
"github.com/gogo/protobuf", # 3-Clause BSD
"github.com/rcrowley/go-metrics", # Richard Crowley
Expand Down
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ test: ## Run tests
$(call print-target)
$(DAGGER_BIN) call test

.PHONY: test-e2e
test-e2e: ## Run e2e tests
$(call print-target)
$(DAGGER_BIN) call etoe

.PHONY: lint
lint: ## Run linters
$(call print-target)
Expand Down

0 comments on commit 94ea8ff

Please sign in to comment.