You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
517 B
20 lines
517 B
--- |
|
repos: |
|
- repo: https://github.com/pre-commit/pre-commit-hooks |
|
rev: v2.4.0 |
|
hooks: |
|
- id: check-added-large-files |
|
- id: trailing-whitespace |
|
- id: end-of-file-fixer |
|
- id: check-merge-conflict |
|
- repo: https://github.com/dnephin/pre-commit-golang |
|
rev: v0.3.5 |
|
hooks: |
|
- id: go-fmt |
|
- id: go-imports |
|
# - id: gometalinter |
|
# - id: golangci-lint |
|
- repo: https://github.com/IamTheFij/docker-pre-commit |
|
rev: v2.0.0 |
|
hooks: |
|
- id: hadolint-system
|
|
|