mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: exception for license check of github.com/pascaldekloe/name
This commit is contained in:
@@ -10,3 +10,6 @@ allowlist:
|
|||||||
- ISC
|
- ISC
|
||||||
- WTFPL
|
- WTFPL
|
||||||
- 0BSD
|
- 0BSD
|
||||||
|
|
||||||
|
exceptions:
|
||||||
|
- github.com/pascaldekloe/name # CC0, not detected
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -224,7 +224,7 @@ licensecheck: console/frontend/node_modules | $(WWHRD) ; $(info $(M) check depen
|
|||||||
$Q err=0 ; $(GO) mod vendor && $(WWHRD) --quiet check || err=$$? ; rm -rf vendor/ ; exit $$err
|
$Q err=0 ; $(GO) mod vendor && $(WWHRD) --quiet check || err=$$? ; rm -rf vendor/ ; exit $$err
|
||||||
$Q cd console/frontend ; $(NPM) exec --no -- license-compliance \
|
$Q cd console/frontend ; $(NPM) exec --no -- license-compliance \
|
||||||
--production \
|
--production \
|
||||||
--allow "$$(sed -n 's/^ - //p' ../../.wwhrd.yml | paste -sd ";")" \
|
--allow "$$(sed -n '/^allowlist:/,/^[a-z]/p' ../../.wwhrd.yml | sed -n 's/^ - //p' | paste -sd ";")" \
|
||||||
--report detailed
|
--report detailed
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user