Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 502 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 502 Bytes

Linting

Linting is handled via pre-commit. Follow the install instructions, and additionally install Terraform and tflint then install and run the hooks:

$ pre-commit install
# do a test run on all the files in the repo
$ pre-commit run --all-files

The validations will run, from now on, before each git commit.