Skip to content

Commit b648638

Browse files
committed
chore: skip cfn-lint
1 parent 8622730 commit b648638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lint:
5454
# mypy performs type check
5555
mypy --strict samtranslator bin schema_source
5656
# cfn-lint to make sure generated CloudFormation makes sense
57-
bin/run_cfn_lint.sh
57+
# bin/run_cfn_lint.sh
5858

5959
lint-fix:
6060
ruff check --fix samtranslator bin schema_source integration tests

0 commit comments

Comments
 (0)