File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
.PHONY : docs-local security-baseline complexity-baseline release-prod release-test release
3
3
4
4
target :
@@ -21,10 +21,6 @@ dev-gitpod:
21
21
poetry install --extras " all redis datamasking"
22
22
pre-commit install
23
23
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
-
28
24
format-check :
29
25
poetry run ruff format aws_lambda_powertools tests examples --check
30
26
@@ -62,7 +58,7 @@ coverage-html:
62
58
pre-commit :
63
59
pre-commit run --show-diff-on-failure
64
60
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
66
62
67
63
build : pr
68
64
poetry build
You can’t perform that action at this time.
0 commit comments