We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13aa3e commit bfda2b3Copy full SHA for bfda2b3
Makefile
@@ -38,8 +38,6 @@ lint:
38
mypy --strict samtranslator bin
39
# Linter performs static analysis to catch latent bugs
40
pylint --rcfile .pylintrc samtranslator
41
- # cfn-lint to make sure generated CloudFormation makes sense
42
- bin/run_cfn_lint.sh
43
44
prepare-companion-stack:
45
pytest -v --no-cov integration/setup -m setup
0 commit comments