Skip to content

Commit bfda2b3

Browse files
authored
chore: disable cfn-lint check (#2715)
1 parent c13aa3e commit bfda2b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ lint:
3838
mypy --strict samtranslator bin
3939
# Linter performs static analysis to catch latent bugs
4040
pylint --rcfile .pylintrc samtranslator
41-
# cfn-lint to make sure generated CloudFormation makes sense
42-
bin/run_cfn_lint.sh
4341

4442
prepare-companion-stack:
4543
pytest -v --no-cov integration/setup -m setup

0 commit comments

Comments
 (0)