This commit is contained in:
parent
15625a05fb
commit
4e8a9cf929
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v2.4.0
|
rev: v3.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- repo: git://github.com/dnephin/pre-commit-golang
|
- repo: git://github.com/dnephin/pre-commit-golang
|
||||||
rev: v0.3.5
|
rev: v0.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: go-fmt
|
- id: go-fmt
|
||||||
- id: go-imports
|
- id: go-imports
|
||||||
@ -17,4 +17,7 @@ repos:
|
|||||||
rev: v2.0.0
|
rev: v2.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: docker-compose-check
|
- id: docker-compose-check
|
||||||
- id: hadolint-system
|
- repo: https://github.com/hadolint/hadolint
|
||||||
|
rev: v2.4.0
|
||||||
|
hooks:
|
||||||
|
- id: hadolint
|
||||||
|
Loading…
Reference in New Issue
Block a user