Skip to content

Commit 57b3456

Browse files
authored
fix: ignore license check for internal libraries (#104)
1 parent 2ea7e1b commit 57b3456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ endif
7070

7171
DOCKER_BUILD_PATH=.
7272
EX_CATCH_WARRNINGS_FLAG=--warnings-as-errors
73-
CHECK_DEPS_EXTRA_OPTS?=-w feature_provider,grpc_health_check,tentacat,util,watchman,fun_registry,sentry_grpc,traceman,cacheman,log_tee,open_api_spex,when,uuid,esaml,openid_connect
73+
CHECK_DEPS_EXTRA_OPTS?=-w feature_provider,grpc_health_check,tentacat,util,watchman,fun_registry,sentry_grpc,traceman,cacheman,log_tee,spec,proto,sys2app,looper,job_matrix,definition_validator,gofer_client,open_api_spex,when,uuid,esaml,openid_connect
7474
ROOT_MAKEFILE_PATH := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
7575

7676
#

0 commit comments

Comments
 (0)