We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8622730 commit b648638Copy full SHA for b648638
1 file changed
Makefile
@@ -54,7 +54,7 @@ lint:
54
# mypy performs type check
55
mypy --strict samtranslator bin schema_source
56
# cfn-lint to make sure generated CloudFormation makes sense
57
- bin/run_cfn_lint.sh
+# bin/run_cfn_lint.sh
58
59
lint-fix:
60
ruff check --fix samtranslator bin schema_source integration tests
0 commit comments