Added pre-commit-terraform to update docs (#217)

* Added pre-commit-terraform to update docs

* Updated .github/PULL_REQUEST_TEMPLATE.md
This commit is contained in:
Anton Babenko
2018-12-17 09:52:18 +01:00
committed by Max Williams
parent e6671e45ae
commit 23a96e8743
4 changed files with 28 additions and 133 deletions

View File

@@ -1,16 +1,13 @@
# See http://pre-commit.com for more information
# See http://pre-commit.com/hooks.html for more hooks
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.7.1
hooks:
- id: terraform_fmt
# - id: terraform_docs
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
# - id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.7.4
hooks:
- id: terraform_fmt
- id: terraform_docs
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
- id: check-yaml
- id: check-added-large-files