gruntwork-io / pre-commit

A collection of pre-commit hooks used by Gruntwork tools
https://gruntwork.io/
Apache License 2.0
494 stars 157 forks source link

Check skipenv #24

Closed yorinasub17 closed 4 years ago

yorinasub17 commented 4 years ago

Introduce a pre-commit hook that uses a regex based method of checking for uncommented os.Setenv calls for setting terratest skip environments.

yorinasub17 commented 4 years ago

Ok going to merge and release. Thanks for review!