Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 220 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 220 Bytes

Development

Setup Git hooks

git config core.hooksPath hooks

Since the pre-commit hook validates Terraform styles, syntax at all, you may want to bypass it sometimes.

git --no-verify commit