gruntwork-io / cloud-nuke

A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it
https://gruntwork.io/
MIT License
2.81k stars 358 forks source link

add a pre-commit configuration file to maintain a consistent style across files. #775

Closed wakeful closed 3 weeks ago

wakeful commented 3 weeks ago

Description

Add a pre-commit configuration file to maintain a consistent style across files.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added a pre-commit configuration file to maintain a consistent style across files.

Migration Guide

N/A

wakeful commented 3 weeks ago

To be honest, we could also consider adding this as part of the GitHub workflow for each pull request.