File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
22guard-% :
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
2020lint-python :
2121 poetry run flake8 scripts/* .py --config .flake8
2222
23- lint-samtemplates :
24- poetry run cfn-lint -t SAMtemplates/* .yaml
25-
2623lint-githubactions :
2724 actionlint
2825
You can’t perform that action at this time.
0 commit comments