mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-23 00:58:26 +02:00
Switch to https for the pre-commit repos (#349)
* Switch to https for the pre-commit repos Signed-off-by: Andrew Roth <roth.andy@gmail.com> * Add to changelog Signed-off-by: Andrew Roth <roth.andy@gmail.com> * Undo formatting from prettier plugin Signed-off-by: Andrew Roth <roth.andy@gmail.com>
This commit is contained in:
committed by
Max Williams
parent
b2da12dc6e
commit
2c89a8fd35
@@ -1,10 +1,10 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: git://github.com/antonbabenko/pre-commit-terraform
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||||
rev: v1.7.4
|
rev: v1.7.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
- id: terraform_docs
|
- id: terraform_docs
|
||||||
- repo: git://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.0.0
|
rev: v2.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Switch to https for the pre-commit repos (by @rothandrew)
|
||||||
- Add instructions on how to enable the docker bridge network (by @rothandrew)
|
- Add instructions on how to enable the docker bridge network (by @rothandrew)
|
||||||
- Write your awesome change here (by @you)
|
- Write your awesome change here (by @you)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user