You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hook fails to run when installed through pre-commit because of two bugs:
Line 1 must have shebang but is instead on line 2
sentinel fmt does not have a diff command-line argument
To Reproduce
Steps to reproduce the behavior including the relevant Terraform/Terragrunt/Packer version number and any code snippets and module inputs you used.
Describe the bug
Hook fails to run when installed through pre-commit because of two bugs:
sentinel fmt
does not have adiff
command-line argumentTo Reproduce
Steps to reproduce the behavior including the relevant Terraform/Terragrunt/Packer version number and any code snippets and module inputs you used.
.pre-commit-config.yaml
Expected behavior
Pre-commit hook would run and indicate files requiring formatting
Nice to have
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: