Skip to content

Commit

Permalink
revert: remove cfn-lint integration (aws#4494)
Browse files Browse the repository at this point in the history
* Revert "fix: `hooks` data imports for pyinstaller (aws#4491)"

This reverts commit bea3bc0.

* Revert "fix: Update expected message read validate lint integration test (aws#4488)"

This reverts commit abd7c03.

* Revert "Update lint helpand output message (aws#4489)"

This reverts commit 3304955.

* Revert "fix: `pyinstaller` binaries (aws#4486)"

This reverts commit b8a939d.

* Revert "fix:  Fix validate command integration tests console output missmatch and update pyyaml version requirement (aws#4479)"

This reverts commit ce7143c.

* Revert "Adding cfn-lint as optional parameter for SAM validate command (aws#4444)"

This reverts commit 2fd533f.
  • Loading branch information
mndeveci committed Dec 19, 2022
1 parent 384b4e2 commit c24af57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions installer/pyinstaller/hook-samcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
hiddenimports = SAM_CLI_HIDDEN_IMPORTS

datas = (
# Collect data files, raw python files (if include_py_files=True) and package metadata directories.
hooks.collect_all(
"samcli", include_py_files=True, include_datas=["hook_packages/terraform/copy_terraform_built_artifacts.py"]
)[0]
+ hooks.collect_all("jschema_to_python", include_py_files=False)[0]
# Collect ONLY data files.
+ hooks.collect_data_files("samcli")
+ hooks.collect_data_files("samtranslator")
+ hooks.collect_data_files("aws_lambda_builders")
Expand Down

0 comments on commit c24af57

Please sign in to comment.