Skip to content

Commit d68a9ce

Browse files
committed
move to common devcontainer
1 parent 97013bd commit d68a9ce

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: install install-python install-hooks lint lint-samtemplates lint-python lint-githubactions lint-githubaction-scripts test show-unused-dependencies clean clean-packages deep-clean compile download-dependencies sam-validate sam-build sam-sync sam-deploy-package
1+
.PHONY: install install-python install-hooks lint lint-python lint-githubactions lint-githubaction-scripts test show-unused-dependencies clean clean-packages deep-clean compile download-dependencies sam-validate sam-build sam-sync sam-deploy-package
22
guard-%:
33
@ if [ "${${*}}" = "" ]; then \
44
echo "Environment variable $* not set"; \
@@ -15,14 +15,11 @@ install-hooks: install-python
1515
poetry run pre-commit install --install-hooks --overwrite
1616

1717
# lint targets
18-
lint: lint-samtemplates lint-python lint-githubactions lint-githubaction-scripts
18+
lint: cfn-lint lint-python lint-githubactions lint-githubaction-scripts
1919

2020
lint-python:
2121
poetry run flake8 scripts/*.py --config .flake8
2222

23-
lint-samtemplates:
24-
poetry run cfn-lint -t SAMtemplates/*.yaml
25-
2623
lint-githubactions:
2724
actionlint
2825

0 commit comments

Comments
 (0)