Skip to content

Commit 7506abd

Browse files
Makefiule
1 parent 1a72fb3 commit 7506abd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: target dev format lint test coverage-html pr build build-docs build-docs-website check-licenses
1+
.PHONY: target dev format lint test coverage-html pr build build-docs build-docs-website
22
.PHONY: docs-local security-baseline complexity-baseline release-prod release-test release
33

44
target:
@@ -21,10 +21,6 @@ dev-gitpod:
2121
poetry install --extras "all redis datamasking"
2222
pre-commit install
2323

24-
# Running licensecheck with zero to break the pipeline if there is an invalid license
25-
check-licenses:
26-
poetry run licensecheck -u poetry:dev
27-
2824
format-check:
2925
poetry run ruff format aws_lambda_powertools tests examples --check
3026

@@ -62,7 +58,7 @@ coverage-html:
6258
pre-commit:
6359
pre-commit run --show-diff-on-failure
6460

65-
pr: lint lint-docs mypy pre-commit check-licenses test security-baseline complexity-baseline
61+
pr: lint lint-docs mypy pre-commit test security-baseline complexity-baseline
6662

6763
build: pr
6864
poetry build

0 commit comments

Comments
 (0)